Details
-
Bug
-
Status: Open
-
Trivial
-
Resolution: Unresolved
-
3.0.0
-
None
-
None
Description
It seems like the `build.rs` was not included in the package when devs were publishing the crate to crates.io. And that is why the `simd` feature no longer works.
Because in the 2.0.0 `#[cfg(all(..., feature = simd))]` attribute was used and in version 3.0.0 it was upgraded to `#[cfg(simd)]`.