Skip to content

Commit

Permalink
Release 13.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Dec 8, 2024
1 parent 9cb09c4 commit 148fa13
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
34 changes: 34 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,40 @@
Changelog
=========

13.1.0
------

* Fix rotate_left and rotate_right behavior (it was swapped!)

* Fix compress implementation on RISC-V

* Improve RISC-V CI

* Fix clang-17 compilation on RISC-V

* Validate cmake integration

* Provide xsimd::transpose on 64 and 32 bits on most platforms

* Improve documentation

* Provide xsimd::batch_bool::count

* Fix interaction between xsimd::make_sized_batch_t and
xsimd::batch<std::complex, ...>

* Fix vbmi, sve and rvv detection through xsimd::available_architectures

* Fix compilation on MS targets where ``small`` can be defined.

* Change default install directory for installed headers.

* Support mixed-complex implementations of xsimd::pow()

* Improve xsimd::pow implementation for complex numbers

* Fix uninitialized read in lgamma implementation

13.0.0
------

Expand Down
2 changes: 1 addition & 1 deletion include/xsimd/config/xsimd_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#define XSIMD_CONFIG_HPP

#define XSIMD_VERSION_MAJOR 13
#define XSIMD_VERSION_MINOR 0
#define XSIMD_VERSION_MINOR 1
#define XSIMD_VERSION_PATCH 0

/**
Expand Down

0 comments on commit 148fa13

Please sign in to comment.