mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +00:00
[CRT] Implement _InterlockedCompareExchange128 intrinsic for GCC
This commit is contained in:
parent
3381bf39db
commit
20a6cff4dd
3 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,9 @@ endif()
|
|||
add_compile_options(/GS-)
|
||||
|
||||
if(CMAKE_C_COMPILER_ID STREQUAL "Clang")
|
||||
if(ARCH STREQUAL "amd64")
|
||||
add_compile_options(-mcx16) # Generate CMPXCHG16B
|
||||
endif()
|
||||
set(CMAKE_CL_SHOWINCLUDES_PREFIX "Note: including file: ")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue