Skip to content

Commit

Permalink
Release 12.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
JohanMabille committed Dec 7, 2023
1 parent c5c2101 commit bd6e9f8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,15 @@
Changelog
=========

12.1.0
------

* Fix various problems with architecture version handling

* Specialize xsimd::compress for riscv

* Provide stubs for various avx512xx architectures

12.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 12
#define XSIMD_VERSION_MINOR 0
#define XSIMD_VERSION_MINOR 1
#define XSIMD_VERSION_PATCH 0

/**
Expand Down

0 comments on commit bd6e9f8

Please sign in to comment.