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 0df3612 commit eb4d3feCopy full SHA for eb4d3fe
cmake/ConfigureCompiler.cmake
@@ -343,7 +343,7 @@ else()
343
set(USE_AVX512F OFF)
344
endif()
345
346
- set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
+ set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
347
if (USE_AVX)
348
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
349
add_compile_options($<${is_cxx_compile}:-mavx>)
0 commit comments