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
pyatomic: fix warning on MSVC
The __has_builtin(__atomic_load) check has to be nested with the clang
check or MSVC will issue a warning, which breaks the NumPy Windows
build.