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 3b71c0c commit aeec9c8Copy full SHA for aeec9c8
README.md
@@ -77,6 +77,7 @@ http://xsimd.readthedocs.io/
77
| `xsimd` | `xtl` (optional) |
78
|---------|------------------|
79
| master | ^0.7.0 |
80
+| 8.0.1 | ^0.7.0 |
81
| 8.0.0 | ^0.7.0 |
82
| 7.x | ^0.7.0 |
83
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 0
+#define XSIMD_VERSION_PATCH 1
18
19
/**
20
* high level free functions
0 commit comments