Skip to content

Commit eb4d3fe

Browse files
disable AVX for 7.4.2 release
1 parent 0df3612 commit eb4d3fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/ConfigureCompiler.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ else()
343343
set(USE_AVX512F OFF)
344344
endif()
345345
endif()
346-
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
346+
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
347347
if (USE_AVX)
348348
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
349349
add_compile_options($<${is_cxx_compile}:-mavx>)

0 commit comments

Comments
 (0)