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
fix: bypass Darwin x86_64 asm atomics with compiler builtins
Switch Darwin x86_64 NSPR atomics to __sync_* builtins to avoid missing PR_Darwin_x86_64_* symbols in CI. This trades the asm implementation for portable compiler atomics on x86_64.