Skip to content

Commit 8ec2e4f

Browse files
disable AVX for 7.3.62 release
1 parent 05b1e7a commit 8ec2e4f

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

0 commit comments

Comments
 (0)