Skip to content

Commit bd6e9f8

Browse files
committed
Release 12.1.0
1 parent c5c2101 commit bd6e9f8

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

Changelog.rst

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,15 @@
99
Changelog
1010
=========
1111

12+
12.1.0
13+
------
14+
15+
* Fix various problems with architecture version handling
16+
17+
* Specialize xsimd::compress for riscv
18+
19+
* Provide stubs for various avx512xx architectures
20+
1221
12.0.0
1322
------
1423

include/xsimd/config/xsimd_config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
#define XSIMD_CONFIG_HPP
1414

1515
#define XSIMD_VERSION_MAJOR 12
16-
#define XSIMD_VERSION_MINOR 0
16+
#define XSIMD_VERSION_MINOR 1
1717
#define XSIMD_VERSION_PATCH 0
1818

1919
/**

0 commit comments

Comments
 (0)