Skip to content

Commit 5ac7edf

Browse files
serge-sans-pailleJohanMabille
authored andcommitted
Release 13.0.0
1 parent 83d2ae7 commit 5ac7edf

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

Changelog.rst

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

12+
13.0.0
13+
------
14+
15+
* Most xsimd functions are flagged as always_inline
16+
17+
* Fix some xsimd scalar version (abs, bitofsign, signbit, bitwise_cast, exp10)
18+
19+
* Move from batch_constant<batch<T, A>, Csts...> to batch_constant<T, A, Csts...>
20+
21+
* Move from batch_bool_constant<batch<T, A>, Csts...> to batch_bool_constant<T, A, Csts...>
22+
23+
* Provide an as_batch() method (resp. as_batch_bool) method for batch_constant (resp. batch_bool_constant)
24+
25+
* New architecture emulated<N> for batches of N bits emulated using scalar operations.
26+
27+
* Remove the version method from all architectures
28+
29+
* Support xsimd::avg and xsimd::avgr vector operation
30+
31+
* Model i8mm arm extension
32+
33+
* Fix dispatching mechanism
34+
1235
12.1.1
1336
------
1437

include/xsimd/config/xsimd_config.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@
1212
#ifndef XSIMD_CONFIG_HPP
1313
#define XSIMD_CONFIG_HPP
1414

15-
#define XSIMD_VERSION_MAJOR 12
16-
#define XSIMD_VERSION_MINOR 1
17-
#define XSIMD_VERSION_PATCH 1
15+
#define XSIMD_VERSION_MAJOR 13
16+
#define XSIMD_VERSION_MINOR 0
17+
#define XSIMD_VERSION_PATCH 0
1818

1919
/**
2020
* high level free functions

0 commit comments

Comments
 (0)