Skip to content

Commit 07453a2

Browse files
committed
Release 8.0.3
1 parent aa7087b commit 07453a2

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,7 @@ http://xsimd.readthedocs.io/
7777
| `xsimd` | `xtl` (optional) |
7878
|---------|------------------|
7979
| master | ^0.7.0 |
80-
| 8.0.2 | ^0.7.0 |
81-
| 8.0.1 | ^0.7.0 |
82-
| 8.0.0 | ^0.7.0 |
80+
| 8.x | ^0.7.0 |
8381
| 7.x | ^0.7.0 |
8482

8583
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.

include/xsimd/config/xsimd_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#define XSIMD_VERSION_MAJOR 8
1616
#define XSIMD_VERSION_MINOR 0
17-
#define XSIMD_VERSION_PATCH 2
17+
#define XSIMD_VERSION_PATCH 3
1818

1919
/**
2020
* high level free functions

0 commit comments

Comments
 (0)