rust-lang / packed_simd

Portable Packed SIMD Vectors for Rust standard library
https://rust-lang.github.io/packed_simd/packed_simd_2/
Apache License 2.0
589 stars 74 forks source link

The crate is broken due to removal of stdsimd feature. #359

Open R-Goc opened 7 months ago

R-Goc commented 7 months ago

The removal of the stdsimd feature in nightly breaks the crate. Relevant commit: https://github.com/rust-lang/rust/commit/ea37e8091fe87ae0a7e204c034e7d55061e56790

bawahakim commented 7 months ago

Any fix incoming for this? As a workaround have to use a older nightly build, but not very convenient