Skip to content

Commit 77a650a

Browse files
committed
Upraded to xsimd 11
1 parent 7445569 commit 77a650a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
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 10.0.0)
62+
set(xsimd_REQUIRED_VERSION 11.0.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

environment-dev.yml

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

0 commit comments

Comments
 (0)