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
opal: disable the __atomic built-in atomics by default on AArch64
Benchmarks are showing better performance when not using the __atomic
built-ins on this arch. This PR disables them by default for this
architecture only.
Signed-off-by: Nathan Hjelm <[email protected]>
0 commit comments