Semantics of volatile _Atomic
Generally _Atomic
does not imply semantics of volatile
, i.e. operations on the atomic object are not observable side effects that the compiler needs to preserve.
Generally _Atomic
does not imply semantics of volatile
, i.e. operations on the atomic object are not observable side effects that the compiler needs to preserve.