Amanieu / parking_lot

Compact and efficient synchronization primitives for Rust. Also provides an API for creating custom synchronization primitives.
Apache License 2.0
2.76k stars 217 forks source link

unknown feature `stdsimd` #434

Closed sorcio closed 7 months ago

sorcio commented 7 months ago

When building on wasm32-unknown-unknown with the nightly feature, parking_lot_core won't compile, with an "unknown feature stdsimd" error.

stdsimd has been removed. To the best of my understanding, the required WASM atomic operations are behind the stdarch_wasm_atomic_wait flag now.