We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7445569 commit 77a650aCopy full SHA for 77a650a
2 files changed
CMakeLists.txt
@@ -59,7 +59,7 @@ if(XTENSOR_USE_TBB AND XTENSOR_USE_OPENMP)
59
endif()
60
61
if(XTENSOR_USE_XSIMD)
62
- set(xsimd_REQUIRED_VERSION 10.0.0)
+ set(xsimd_REQUIRED_VERSION 11.0.0)
63
if(TARGET xsimd)
64
set(xsimd_VERSION ${XSIMD_VERSION_MAJOR}.${XSIMD_VERSION_MINOR}.${XSIMD_VERSION_PATCH})
65
# Note: This is not SEMVER compatible comparison
environment-dev.yml
@@ -4,7 +4,7 @@ channels:
4
dependencies:
5
- cmake
6
- xtl=0.7.5
7
-- xsimd=10.0.0
+- xsimd=11.1.0
8
- nlohmann_json
9
- doctest=2.4.7
10
- pre-commit
0 commit comments