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
Multiple issues making the build fail:
* _InterlockedExchange8 is missing in mingw-w64, filed in
mingw-w64/mingw-w64#118
* cffi_atomic_store_ssize is missing casts, leading to errors
* __ldar8/__ldar64 are not supported in gcc/clang
Just use the builtin compiler intrinsics everywhere for GCC/Clang
when targeting Windows. Same as is already done in misc_thread_posix.h
See #159
0 commit comments