|
|
|
|
|
by dataflow
958 days ago
|
|
Yeah I don't understand it either. There's no dependency between the load and store, so there's no inherent ordering. The entire point of relaxed atomics is to let you reorder them freely - otherwise, why aren't you using acquire/release or such? |
|