Mixing C++11 atomics and OpenMP

Michael Underhill 4145098@gmail.com
Sat Dec 24 11:00:00 GMT 2016


Hello there!
OpenMP has its own support for atomic access, however, there are at
least two reasons for preferring C++11 atomics: they are significantly
more flexible and they are part of the standard. Does GCC implement
C++11/14/17 atomics and OpenMP in a way so that they can be combined?
Thanks!



More information about the Gcc-help mailing list