Skip to content

Commit

Permalink
enable AVX and update version for 7.1.61 release
Browse files Browse the repository at this point in the history
  • Loading branch information
foundationdb-ci committed May 15, 2024
1 parent 4645713 commit 262c6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ else()
endif()

project(foundationdb
VERSION 7.1.60
VERSION 7.1.61
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)
Expand Down
2 changes: 1 addition & 1 deletion cmake/ConfigureCompiler.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,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)
Expand Down

0 comments on commit 262c6fe

Please sign in to comment.