On Monday, 11 July 2016 at 13:54:49 UTC, ag0aep6g wrote:
Also currently atomicLoad doesn't provide functionality
equivalent to raw load.

Is a "raw load" just a non-atomic load, or is it something special?
What's the relevance of atomicLoad's capabilities?

You suggested to use atomicLoad to access shared data. Raw atomic load is an assembler instruction and can't be optimized.

Reply via email to