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 when using the nightly feature #15

Closed
AlexTMjugador opened this issue Feb 11, 2024 · 0 comments · Fixed by #16
Closed

Fails to build on the latest nightly when using the nightly feature #15

AlexTMjugador opened this issue Feb 11, 2024 · 0 comments · Fixed by #16

Comments

@AlexTMjugador
Copy link
Contributor

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

As stated in the issue title, simd-adler32 fails to build on the latest nightly (rustc 1.78.0-nightly (d44e3b95c 2024-02-09)) 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

AlexTMjugador added a commit to ComunidadAylas/simd-adler32 that referenced this issue Feb 13, 2024
As described in mcountryman#15,
the `stdsimd` feature was removed.

I have tested that these changes do not introduce any behavior changes
by running the defined unit tests.
mcountryman pushed a commit that referenced this issue Mar 28, 2024
As described in #15,
the `stdsimd` feature was removed.

I have tested that these changes do not introduce any behavior changes
by running the defined unit tests.
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