mirror of
https://github.com/openharmony/third_party_rust_ryu.git
synced 2026-07-01 07:14:56 -04:00
c4be25da77
These atomics are not synchronizing anything outside of their own value, so we don't need the Acquire/Release guarantee that all memory operations prior to the store are visible after the subsequent load, nor the SeqCst guarantee of all threads seeing all of the sequentially consistent operations in the same order.