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
The legacy gcc builtin "__sync_fetch_and_add" was replaced with
"__atomic_fetch_add (__ATOMIC_SEQ_CST)" to ensure total ordering
with all other __ATOMIC_SEQ_CST operations.
Signed-off-by: Chun-Hung Tseng <[email protected]>
0 commit comments