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
Use the _atomic_types global directly without capturing it
The benchmark shows the speedup comes entirely from the inlined
type(...) in _atomic_types check, not from binding the global to a
local default argument, so drop the local capture for a minimal change.
0 commit comments