You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These functions are intended to replace the legacy ‘__sync’ builtins. The main difference is that the memory order that is requested is a parameter to the functions. New code should always use the ‘__atomic’ builtins rather than the ‘__sync’ builtins.
The text was updated successfully, but these errors were encountered:
https://gcc.gnu.org/onlinedocs/gcc/_005f_005fatomic-Builtins.html
The text was updated successfully, but these errors were encountered: