Skip to content

Commit 268f0f5

Browse files
committed
Upgraded to xsimd 13.2.0
1 parent ae52796 commit 268f0f5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

CMakeLists.txt

+1-2
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ if(XTENSOR_USE_TBB AND XTENSOR_USE_OPENMP)
5959
endif()
6060

6161
if(XTENSOR_USE_XSIMD)
62-
set(xsimd_REQUIRED_VERSION 11.0.0)
62+
set(xsimd_REQUIRED_VERSION 13.2.0)
6363
if(TARGET xsimd)
6464
set(xsimd_VERSION ${XSIMD_VERSION_MAJOR}.${XSIMD_VERSION_MINOR}.${XSIMD_VERSION_PATCH})
6565
# Note: This is not SEMVER compatible comparison
@@ -203,7 +203,6 @@ OPTION(XTENSOR_CHECK_DIMENSION "xtensor dimension check" OFF)
203203
OPTION(XTENSOR_FORCE_TEMPORARY_MEMORY_IN_ASSIGNMENTS "xtensor force the use of temporary memory when assigning instead of an automatic overlap check" ON)
204204
OPTION(BUILD_TESTS "xtensor test suite" OFF)
205205
OPTION(BUILD_BENCHMARK "xtensor benchmark" OFF)
206-
OPTION(DOWNLOAD_GTEST "build gtest from downloaded sources" OFF)
207206
OPTION(DOWNLOAD_GBENCHMARK "download google benchmark and build from source" ON)
208207
OPTION(DEFAULT_COLUMN_MAJOR "set default layout to column major" OFF)
209208
OPTION(DISABLE_VS2017 "disables the compilation of some test with Visual Studio 2017" OFF)

environment-dev.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ channels:
44
dependencies:
55
- cmake
66
- xtl=0.7.5
7-
- xsimd=11.1.0
7+
- xsimd=13.2.0
88
- nlohmann_json
99
- doctest=2.4.7
1010
- pre-commit

0 commit comments

Comments
 (0)