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

Fails to build on the latest nightly for AArch64 when using the nightly feature #33

Closed
AlexTMjugador opened this issue Feb 11, 2024 · 2 comments

Comments

@AlexTMjugador
Copy link
Contributor

Hi, thanks for your work on this useful library! 😄

As stated in the issue title, crc32fast fails to build on the latest nightly (rustc 1.78.0-nightly (d44e3b95c 2024-02-09)) for AArch64 targets due to an unstable feature that was removed:

Build error

This is a fairly recent regression: nightlies older than a week or so are unaffected.

The Rust tracking issue for the removed stdsimd feature has already been referenced by other affected projects: rust-lang/rust#48556

@srijs
Copy link
Owner

srijs commented Feb 12, 2024

Thanks, fixed in 3580338 and released in v1.4.0. Please let me know if you encounter any other issues!

@srijs srijs closed this as completed Feb 12, 2024
@AlexTMjugador
Copy link
Contributor Author

Now it builds fine again, thanks for the quick fix! 👍

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

No branches or pull requests

2 participants