Skip to content

Commit

Permalink
Release 11.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Apr 6, 2023
1 parent 2836e8c commit 030507c
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,52 @@
Changelog
=========

11.0.0
------

* Provide a generic reducer

* Fix ``find_package(xsimd)`` for xtl enabled xsimd, reloaded

* Cleanup benchmark code

* Provide avx512f implementation of FMA and variant

* Hexadecimal floating points are not a C++11 feature

* back to slow implementation of exp10 on Windows

* Changed bitwise_cast API

* Provide generic signed /unsigned type conversion

* Fixed sde location

* Feature/incr decr

* Cleanup documentation

10.0.0
------

* Fix potential ABI issue in SVE support

* Disable fast exp10 on OSX

* Assert on unaligned memory when calling aligned load/store

* Fix warning about uninitialized storage

* Always forward arch parameter

* Do not specialize the behavior of ``simd_return_type`` for char

* Support broadcasting of complex batches

* Make xsimd compatible with -fno-exceptions

* Provide and test comparison operators overloads that accept scalars

9.0.1
-----

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 @@ -12,7 +12,7 @@
#ifndef XSIMD_CONFIG_HPP
#define XSIMD_CONFIG_HPP

#define XSIMD_VERSION_MAJOR 10
#define XSIMD_VERSION_MAJOR 11
#define XSIMD_VERSION_MINOR 0
#define XSIMD_VERSION_PATCH 0

Expand Down

0 comments on commit 030507c

Please sign in to comment.