File tree Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Expand file tree Collapse file tree 2 files changed +35
-1
lines changed Original file line number Diff line number Diff line change 99 Changelog
1010=========
1111
12+ 13.1.0
13+ ------
14+
15+ * Fix rotate_left and rotate_right behavior (it was swapped!)
16+
17+ * Fix compress implementation on RISC-V
18+
19+ * Improve RISC-V CI
20+
21+ * Fix clang-17 compilation on RISC-V
22+
23+ * Validate cmake integration
24+
25+ * Provide xsimd::transpose on 64 and 32 bits on most platforms
26+
27+ * Improve documentation
28+
29+ * Provide xsimd::batch_bool: :count
30+
31+ * Fix interaction between xsimd::make_sized_batch_t and
32+ xsimd::batch<std::complex, ...>
33+
34+ * Fix vbmi, sve and rvv detection through xsimd::available_architectures
35+
36+ * Fix compilation on MS targets where ``small `` can be defined.
37+
38+ * Change default install directory for installed headers.
39+
40+ * Support mixed-complex implementations of xsimd::pow()
41+
42+ * Improve xsimd::pow implementation for complex numbers
43+
44+ * Fix uninitialized read in lgamma implementation
45+
124613.0.0
1347------
1448
Original file line number Diff line number Diff line change 1313#define XSIMD_CONFIG_HPP
1414
1515#define XSIMD_VERSION_MAJOR 13
16- #define XSIMD_VERSION_MINOR 0
16+ #define XSIMD_VERSION_MINOR 1
1717#define XSIMD_VERSION_PATCH 0
1818
1919/* *
You can’t perform that action at this time.
0 commit comments