mirror of
https://github.com/boostorg/atomic.git
synced 2026-02-02 20:32:09 +00:00
memory_order_consume is promoted to memory_order_acquire on these architectures as they have a weaker memory model than other architectures. GCC seems to behave the same way. Added nonessential checks to compiler barriers so that the behavior is closer to thread fences.