Y
Hacker News
new
|
ask
|
show
|
jobs
by
petters
2177 days ago
The C++ standard is famously complicated about atomics and memory order (for a good reason):
https://en.cppreference.com/w/cpp/atomic/memory_order
But on x86, many of these things don't matter, if I understand correctly.