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+ 12.0.0
13+ ------
14+
15+ * Fix sincos implementation to cope with Emscripten
16+
17+ * Upgraded minimal version of cmake to remove deprecation warning
18+
19+ * Fixed constants::signmask for GCC when using ffast-math
20+
21+ * Add RISC-V Vector support
22+
23+ * Generic, simple implementation fox xsimd::compress
24+
25+ * Disable batch of bools, and suggest using batch_bool instead
26+
27+ * Add an option to skip installation
28+
122911.2.0
1330------
1431
Original file line number Diff line number Diff line change 1212#ifndef XSIMD_CONFIG_HPP
1313#define XSIMD_CONFIG_HPP
1414
15- #define XSIMD_VERSION_MAJOR 11
16- #define XSIMD_VERSION_MINOR 2
15+ #define XSIMD_VERSION_MAJOR 12
16+ #define XSIMD_VERSION_MINOR 0
1717#define XSIMD_VERSION_PATCH 0
1818
1919/* *
You can’t perform that action at this time.
0 commit comments