mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
0bd85b5711
This commit renames the atomic intrinsics for wasm and tweaks them to match the new naming convention of the memory intrinsics. Apart from naming the `wake` intrinsic was renamed to `atomic_notify` (reflecting the upstream rename) as well as updating to take/return unsigned arguments, also reflecting the upstream spec changes.