Re: [Mingw-w64-public] InterlockedCompareExchange128 intrinsic function

2021-10-27 Thread Biswapriyo Nath
I do not know if this will be appropriate in mingw-w64. mingw-w64 imports some header file from wine project for the widl tool. In the mingw-w64-tools/widl/include/winnt.h file[1], there is a definition of InterlockedCompareExchange128 function with inline assembly. Would you like to check if that

[Mingw-w64-public] InterlockedCompareExchange128 intrinsic function

2021-10-25 Thread Steve Skutnik
Hello! I have recently begun to use mingw-w64 via msys2 and I'm running into an issue compiling an external code due to the apparent absence of the "InterlockedCompareExchange128" intrinsic function. Specifically, this ordinarily appears to be defined in the header for MSVC: https://docs.microso