File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 99 Changelog
1010=========
1111
12+ 13.2.0
13+ ------
14+
15+ * Added broadcast overload for bool
16+
17+ * Fixed kernel::store for booleans
18+
19+ * Explicitly verify dependency between architectures (like sse2 implies sse2)
20+
21+ * Use default arch alignment as default alignment for xsimd::aligned_allocator
22+
23+ * sse2 version of xsimd::swizzle on [u]int16_t
24+
25+ * avx implementation of transpose for [u]int[8|16]
26+
27+ * Implement [u]int8 and [u]int16 matrix transpose for 128 bit registers
28+
29+ * Fix minor warning
30+
31+ * Fix fma4 support
32+
123313.1.0
1334------
1435
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 1
16+ #define XSIMD_VERSION_MINOR 2
1717#define XSIMD_VERSION_PATCH 0
1818
1919/* *
You can’t perform that action at this time.
0 commit comments