Skip to content

Commit

Permalink
Release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
serge-sans-paille committed Apr 30, 2024
1 parent 29e07fb commit cf51236
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,29 @@
Changelog
=========

13.0.0
------

* Most xsimd functions are flagged as always_inline

* Fix some xsimd scalar version (abs, bitofsign, signbit, bitwise_cast, exp10)

* Move from batch_constant<batch<T, A>, Csts...> to batch_constant<T, A, Csts...>

* Move from batch_bool_constant<batch<T, A>, Csts...> to batch_bool_constant<T, A, Csts...>

* Provide an as_batch() method (resp. as_batch_bool) method for batch_constant (resp. batch_bool_constant)

* New architecture emulated<N> for batches of N bits emulated using scalar operations.

* Remove the version method from all architectures

* Support xsimd::avg and xsimd::avgr vector operation

* Model i8mm arm extension

* Fix dispatching mechanism

12.1.1
------

Expand Down
6 changes: 3 additions & 3 deletions include/xsimd/config/xsimd_config.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
#ifndef XSIMD_CONFIG_HPP
#define XSIMD_CONFIG_HPP

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

/**
* high level free functions
Expand Down

0 comments on commit cf51236

Please sign in to comment.