March 27, 2026
6:16 p.m.
Is there a reason to use builtins rather than the C11 <stdatomic.h> functions? Maybe you saw it, `<libkern/OSAtomicDeprecated.h>` has inline helpers implementing the old functions using the C11 ones. Also I think it would be best to transition to new functions and then relax barriers in separate commits. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/10463#note_134116