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.
1 parent 7fbf19a commit 86c2ac8Copy full SHA for 86c2ac8
CMakeLists.txt
@@ -63,7 +63,7 @@ find_package(OpenMP REQUIRED)
63
cmake_host_system_information(RESULT HAVE_SSE2 QUERY HAS_SSE2)
64
65
if(WIN32)
66
- check_cxx_compiler_flag("/arch:AVX2" HAVE_AVX512)
+ check_cxx_compiler_flag("/arch:AVX2" HAVE_AVX2)
67
check_cxx_compiler_flag("/arch:AVX512" HAVE_AVX512)
68
else()
69
check_cxx_compiler_flag("-mavx2" HAVE_AVX2)
0 commit comments