Skip to content

Commit

Permalink
disable AVX for 7.1.46 release
Browse files Browse the repository at this point in the history
  • Loading branch information
foundationdb-ci committed Dec 12, 2023
1 parent f49f85d commit 51fd3ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/ConfigureCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ else()
set(USE_AVX512F OFF)
endif()
endif()
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
if (USE_AVX)
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
add_compile_options(-mavx)
Expand Down

0 comments on commit 51fd3ec

Please sign in to comment.