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 c5c2101 commit bd6e9f8Copy full SHA for bd6e9f8
Changelog.rst
@@ -9,6 +9,15 @@
9
Changelog
10
=========
11
12
+12.1.0
13
+------
14
+
15
+ * Fix various problems with architecture version handling
16
17
+ * Specialize xsimd::compress for riscv
18
19
+ * Provide stubs for various avx512xx architectures
20
21
12.0.0
22
------
23
include/xsimd/config/xsimd_config.hpp
@@ -13,7 +13,7 @@
#define XSIMD_CONFIG_HPP
#define XSIMD_VERSION_MAJOR 12
-#define XSIMD_VERSION_MINOR 0
+#define XSIMD_VERSION_MINOR 1
#define XSIMD_VERSION_PATCH 0
/**
0 commit comments