Build SSE2 for x86_64 architecture
This commit is contained in:
parent
0dd77b3a56
commit
6d35419351
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ else (WIN32)
|
|||
IF (CMAKE_SYSTEM_PROCESSOR MATCHES "^(i.86|x86(_64)?)$")
|
||||
if (RAIBLOCKS_SIMD_OPTIMIZATIONS)
|
||||
set (PLATFORM_COMPILE_FLAGS "${PLATFORM_COMPILE_FLAGS} -msse4")
|
||||
else()
|
||||
elseif(CMAKE_SYSTEM_PROCESSOR STREQUAL "x86_64")
|
||||
set (PLATFORM_COMPILE_FLAGS "${PLATFORM_COMPILE_FLAGS} -msse2")
|
||||
endif()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue