Skip to content

Commit 0fc47da

Browse files
enable AVX and update version for 7.3.45 release
1 parent 65e0d9f commit 0fc47da

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.44
27+
VERSION 7.3.45
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
@@ -284,7 +284,7 @@ else()
284284
set(USE_AVX512F OFF)
285285
endif()
286286
endif()
287-
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
287+
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
288288
if (USE_AVX)
289289
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
290290
add_compile_options(-mavx)

0 commit comments

Comments
 (0)