On Sat, Mar 5, 2016 at 1:28 PM, Kjetil Matheussen
<k.s.matheussen(a)gmail.com> wrote:
On Sat, Mar 5, 2016 at 1:12 PM, Kjetil Matheussen
<k.s.matheussen(a)gmail.com>
wrote:
Well, atomics are not an official part of the C standard, only the C++
standard.
Ouch. Sorry. Wrong. C11 has stdatomic.h, but it's not included
in gcc 4.x, which is still used a lot.
Oh. Apparently, this is an *optional* C11 feature. AFAICT, gcc 4.9
finally supports it. I did not expect GCC's C11 mode to catch up so
slowly. Bummer. :(