mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-24 06:18:30 +03:00
a9f2132606
The default versions (atomic_load and atomic_store) are sequentially consistent. The atomic_load_acq intrinsic acquires as described in [1]. The atomic_store_rel intrinsic releases as described in [1]. [1]: http://llvm.org/docs/Atomics.html
This directory currently contains some LLVM support code. This will generally be sent upstream to LLVM in time; for now it lives here.