We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7428db1 commit 3af0736Copy full SHA for 3af0736
README.md
@@ -77,6 +77,7 @@ http://xsimd.readthedocs.io/
77
| `xsimd` | `xtl` (optional) |
78
|---------|------------------|
79
| 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 |
83
| 7.x | ^0.7.0 |
include/xsimd/config/xsimd_config.hpp
@@ -14,7 +14,7 @@
14
15
#define XSIMD_VERSION_MAJOR 8
16
#define XSIMD_VERSION_MINOR 0
17
-#define XSIMD_VERSION_PATCH 1
+#define XSIMD_VERSION_PATCH 2
18
19
/**
20
* high level free functions
0 commit comments