disable AVX for 7.1.66 release

This commit is contained in:
FoundationDB CI
2025-01-15 16:18:47 +00:00
parent 87698e13c1
commit 974ef0c652
2 changed files with 2 additions and 2 deletions

View File

@@ -23,7 +23,7 @@ else()
endif()
project(foundationdb
VERSION 7.1.67
VERSION 7.1.66
DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions."
HOMEPAGE_URL "http://www.foundationdb.org/"
LANGUAGES C CXX ASM)

View File

@@ -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)