Skip to content

Commit

Permalink
stdarch_wasm_atomic_wait instead of stdsimd
Browse files Browse the repository at this point in the history
  • Loading branch information
sorcio committed Apr 12, 2024
1 parent 7aeb2f1 commit 9ee3a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
target_family = "wasm",
target_feature = "atomics"
),
feature(stdsimd)
feature(stdarch_wasm_atomic_wait)
)]

mod parking_lot;
Expand Down

0 comments on commit 9ee3a54

Please sign in to comment.