mirror of
https://github.com/apple/foundationdb.git
synced 2026-01-25 04:18:18 +00:00
disable AVX for 7.1.66 release
This commit is contained in:
@@ -23,7 +23,7 @@ else()
|
||||
endif()
|
||||
|
||||
project(foundationdb
|
||||
VERSION 7.1.67
|
||||
VERSION 7.1.66
|
||||
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)
|
||||
|
||||
@@ -253,7 +253,7 @@ else()
|
||||
set(USE_AVX512F OFF)
|
||||
endif()
|
||||
endif()
|
||||
set(USE_AVX ON CACHE BOOL "Enable AVX instructions")
|
||||
set(USE_AVX OFF CACHE BOOL "Enable AVX instructions")
|
||||
if (USE_AVX)
|
||||
if (CMAKE_HOST_SYSTEM_PROCESSOR MATCHES "^x86")
|
||||
add_compile_options(-mavx)
|
||||
|
||||
Reference in New Issue
Block a user