Skip to content

Commit 86d2c7e

Browse files
disable AVX for 7.3.38 release
1 parent 6861352 commit 86d2c7e

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
@@ -284,7 +284,7 @@ else()
284284
set(USE_AVX512F OFF)
285285
endif()
286286
endif()
287-
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
287+
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
288288
if (USE_AVX)
289289
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
290290
add_compile_options(-mavx)

0 commit comments

Comments
 (0)