Skip to content

Commit b933c8a

Browse files
enable AVX and update version for 7.4.3 release
1 parent eb4d3fe commit b933c8a

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.4.2
27+
VERSION 7.4.3
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 Swift)

cmake/ConfigureCompiler.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ else()
343343
set(USE_AVX512F OFF)
344344
endif()
345345
endif()
346-
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
346+
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
347347
if (USE_AVX)
348348
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
349349
add_compile_options($<${is_cxx_compile}:-mavx>)

0 commit comments

Comments
 (0)