gnzlbg / bitintr

Portable Bitwise Manipulation Intrinsics
https://gnzlbg.github.io/bitintr
MIT License
44 stars 10 forks source link

`stdsimd` feature has been removed from nightly rustc #19

Open djkoloski opened 8 months ago

djkoloski commented 8 months ago

Root cause: https://github.com/rust-lang/rust/pull/117372

I'm trying to get my benchmarks compiling on nightly again, this seems to be next in line. Per the linked PR, it looks like the stdsimd feature got split up into several stdarch_* features on a per-target basis.