enable AVX and update version for 7.3.55 release

This commit is contained in:
FoundationDB CI 2024-10-26 23:46:26 +00:00
parent bc519325e8
commit 29c4740e11
No known key found for this signature in database
GPG Key ID: C9F3B24D20FD261B
2 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ if(POLICY CMP0135)
endif()
project(foundationdb
VERSION 7.3.54
VERSION 7.3.55
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

@ -285,7 +285,7 @@ else()
set(USE_AVX512F OFF)
endif()
endif()
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
if (USE_AVX)
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
add_compile_options(-mavx)