Helge Bahmann wrote:
There are valid uses for CAS with and without various types of barriers.
See the explicit memory_order specification in my atomic operations
library.
So, CAS by itself doesn't imply anything, it's all about how you call
it, right?