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 1d1e3e8 commit f1ab814Copy full SHA for f1ab814
cmake/ConfigureCompiler.cmake
@@ -253,7 +253,7 @@ else()
253
set(USE_AVX512F OFF)
254
endif()
255
256
- set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
+ set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
257
if (USE_AVX)
258
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
259
add_compile_options(-mavx)
0 commit comments