You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
The text was updated successfully, but these errors were encountered:
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.
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.
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: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#48556The text was updated successfully, but these errors were encountered: