We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7a878c2 + 5773887 commit 6dddbfbCopy full SHA for 6dddbfb
CMakeLists.txt
@@ -193,7 +193,7 @@ elseif(GLM_ENABLE_SIMD_SSE4_2)
193
elseif(CMAKE_CXX_COMPILER_ID MATCHES "Intel")
194
add_compile_options(/QxSSE4.2)
195
elseif((CMAKE_CXX_COMPILER_ID MATCHES "MSVC") AND NOT CMAKE_CL_64)
196
- add_compile_options(/arch:SSE2) # VC doesn't support SSE4.2
+ add_compile_options(/arch:SSE4.2)
197
endif()
198
message(STATUS "GLM: SSE4.2 instruction set")
199
0 commit comments