mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 21:47:15 +03:00
986c60c78b
Stabilize AtomicN::fetch_min and AtomicN::fetch_max Some architectures (ARMv8.1 LSE and RISC-V) have specific instructions for atomic min/max which the compiler can only generate through explicit instrinsics.