File tree Expand file tree Collapse file tree 2 files changed +19
-2
lines changed
Expand file tree Collapse file tree 2 files changed +19
-2
lines changed Original file line number Diff line number Diff line change 99 Changelog
1010=========
1111
12+ 11.2.0
13+ ------
14+
15+ * Provide shuffle operations of floating point batches
16+
17+ * Provide a generic implementation of xsimd::swizzle with dynamic indices
18+
19+ * Implement rotl, rotr, rotate_left and rotate_right
20+
21+ * Let CMake figure out pkgconfig directories
22+
23+ * Add missing boolean operators in xsimd_api.hpp
24+
25+ * Initial Implementation for the new WASM based instruction set
26+
27+ * Provide a generic version for float to uint32_t conversion
28+
122911.1.0
1330------
1431
Original file line number Diff line number Diff line change 1313#define XSIMD_CONFIG_HPP
1414
1515#define XSIMD_VERSION_MAJOR 11
16- #define XSIMD_VERSION_MINOR 0
17- #define XSIMD_VERSION_PATCH 1
16+ #define XSIMD_VERSION_MINOR 2
17+ #define XSIMD_VERSION_PATCH 0
1818
1919/* *
2020 * high level free functions
You can’t perform that action at this time.
0 commit comments