Skip to content

Commit c9383ec

Browse files
disable AVX for 7.1.62 release
1 parent 7aad24e commit c9383ec

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
@@ -253,7 +253,7 @@ else()
253253
set(USE_AVX512F OFF)
254254
endif()
255255
endif()
256-
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
256+
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
257257
if (USE_AVX)
258258
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
259259
add_compile_options(-mavx)

0 commit comments

Comments
 (0)