Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Nightly build fails due to removal of the unstable stdsimd feature #51

Closed
Tracked by #3 ...
LDeakin opened this issue Feb 6, 2024 · 0 comments · Fixed by #52
Closed
Tracked by #3 ...

Nightly build fails due to removal of the unstable stdsimd feature #51

LDeakin opened this issue Feb 6, 2024 · 0 comments · Fixed by #52

Comments

@LDeakin
Copy link
Contributor

LDeakin commented Feb 6, 2024

The latest nightly breaks this crate on this line because the unstable stdsimd feature has been removed:

#![cfg_attr(nightly, feature(stdsimd))]

The commit removing stdsimd is rust-lang/rust@ea37e80
Relevant tracking issues? rust-lang/rust#27731 and rust-lang/rust#48556

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant