Skip to content

Commit 1f8dd9c

Browse files
committed
Release 13.2.0
1 parent 40ef070 commit 1f8dd9c

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

Changelog.rst

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,27 @@
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+
1233
13.1.0
1334
------
1435

include/xsimd/config/xsimd_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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
/**

0 commit comments

Comments
 (0)