Skip to content

Commit

Permalink
Upraded to xsimd 11
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Oct 29, 2023
1 parent 7445569 commit 77a650a
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 @@ -59,7 +59,7 @@ if(XTENSOR_USE_TBB AND XTENSOR_USE_OPENMP)
endif()

if(XTENSOR_USE_XSIMD)
set(xsimd_REQUIRED_VERSION 10.0.0)
set(xsimd_REQUIRED_VERSION 11.0.0)
if(TARGET xsimd)
set(xsimd_VERSION ${XSIMD_VERSION_MAJOR}.${XSIMD_VERSION_MINOR}.${XSIMD_VERSION_PATCH})
# Note: This is not SEMVER compatible comparison
Expand Down
2 changes: 1 addition & 1 deletion environment-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ channels:
dependencies:
- cmake
- xtl=0.7.5
- xsimd=10.0.0
- xsimd=11.1.0
- nlohmann_json
- doctest=2.4.7
- pre-commit

0 comments on commit 77a650a

Please sign in to comment.