Skip to content

Commit e9d515b

Browse files
enable AVX and update version for 7.3.61 release
1 parent b6f952e commit e9d515b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ if(POLICY CMP0135)
2424
endif()
2525

2626
project(foundationdb
27-
VERSION 7.3.60
27+
VERSION 7.3.61
2828
DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions."
2929
HOMEPAGE_URL "http://www.foundationdb.org/"
3030
LANGUAGES C CXX ASM)

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 OFF CACHE BOOL "Enable AVX instructions")
288+
set(USE_AVX ON 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)