Skip to content

Commit 9fbb3cb

Browse files
committed
Release 8.0.0
1 parent 33d7980 commit 9fbb3cb

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ endif()
9696

9797
if(ENABLE_XTL_COMPLEX)
9898
add_definitions(-DXSIMD_ENABLE_XTL_COMPLEX=1)
99-
find_package(xtl 0.4.11 REQUIRED)
99+
find_package(xtl 0.7.0 REQUIRED)
100100
target_link_libraries(xsimd INTERFACE xtl)
101101
endif()
102102

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,18 @@ To get started with using `xsimd`, check out the full documentation
7070

7171
http://xsimd.readthedocs.io/
7272

73+
## Dependencies
74+
75+
`xsimd` has an optional dependency on the [xtl](https://github.com/xtensor-stack/xtl) library:
76+
77+
| `xsimd` | `xtl` (optional) |
78+
|---------|------------------|
79+
| master | ^0.7.0 |
80+
| 8.0.0 | ^0.7.0 |
81+
| 7.x | ^0.7.0 |
82+
83+
The dependency on `xtl` is required if you want to support vectorization for `xtl::xcomplex`. In this case, you must build your project with C++14 support enabled.
84+
7385
## Usage
7486

7587
The version 8 of the library is a complete rewrite and there are some slight differences with 7.x versions.

0 commit comments

Comments
 (0)