Hacker News new | ask | show | jobs
by searealist 1693 days ago
ARMv8 basically exactly mirrors the C++ memory model without any explicit memory orderings (the default on atomics being sequentially consistent).
1 comments

It also added load acquires and store releases to map to the corresponding very common (as they are fast on x86) C++ primitives.