Skip to content

Commit 7bc4dd0

Browse files
committed
Release 11.2.0
1 parent a94c9ab commit 7bc4dd0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Changelog.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,23 @@
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+
1229
11.1.0
1330
------
1431

include/xsimd/config/xsimd_config.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
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

0 commit comments

Comments
 (0)