Skip to content

Commit 5fe02b5

Browse files
enable AVX and update version for 7.1.49 release
1 parent ca50d27 commit 5fe02b5

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
@@ -23,7 +23,7 @@ else()
2323
endif()
2424

2525
project(foundationdb
26-
VERSION 7.1.48
26+
VERSION 7.1.49
2727
DESCRIPTION "FoundationDB is a scalable, fault-tolerant, ordered key-value store with full ACID transactions."
2828
HOMEPAGE_URL "http://www.foundationdb.org/"
2929
LANGUAGES C CXX ASM)

cmake/ConfigureCompiler.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ else()
253253
set(USE_AVX512F OFF)
254254
endif()
255255
endif()
256-
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
256+
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
257257
if (USE_AVX)
258258
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
259259
add_compile_options(-mavx)

0 commit comments

Comments
 (0)