Skip to content

Commit

Permalink
Release 11.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Nov 8, 2023
1 parent a94c9ab commit 7bc4dd0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
17 changes: 17 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,23 @@
Changelog
=========

11.2.0
------

* Provide shuffle operations of floating point batches

* Provide a generic implementation of xsimd::swizzle with dynamic indices

* Implement rotl, rotr, rotate_left and rotate_right

* Let CMake figure out pkgconfig directories

* Add missing boolean operators in xsimd_api.hpp

* Initial Implementation for the new WASM based instruction set

* Provide a generic version for float to uint32_t conversion

11.1.0
------

Expand Down
4 changes: 2 additions & 2 deletions include/xsimd/config/xsimd_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
#define XSIMD_CONFIG_HPP

#define XSIMD_VERSION_MAJOR 11
#define XSIMD_VERSION_MINOR 0
#define XSIMD_VERSION_PATCH 1
#define XSIMD_VERSION_MINOR 2
#define XSIMD_VERSION_PATCH 0

/**
* high level free functions
Expand Down

0 comments on commit 7bc4dd0

Please sign in to comment.