bitintr
bitintr copied to clipboard
`stdsimd` feature has been removed from nightly rustc
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.