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
DMD seems to hard-wire calls to core.atomic functions; it'd be great to audit and remove all these hard-wired module references, use either extern(C) or __d_cas, __d_atomicLoad, etc expected in object.d (which shim to core.atomic in druntime)?