Skip to content

Commit a44581a

Browse files
committed
Release 12.0.0
1 parent 69a23ab commit a44581a

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

Changelog.rst

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

12+
12.0.0
13+
------
14+
15+
* Fix sincos implementation to cope with Emscripten
16+
17+
* Upgraded minimal version of cmake to remove deprecation warning
18+
19+
* Fixed constants::signmask for GCC when using ffast-math
20+
21+
* Add RISC-V Vector support
22+
23+
* Generic, simple implementation fox xsimd::compress
24+
25+
* Disable batch of bools, and suggest using batch_bool instead
26+
27+
* Add an option to skip installation
28+
1229
11.2.0
1330
------
1431

include/xsimd/config/xsimd_config.hpp

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

15-
#define XSIMD_VERSION_MAJOR 11
16-
#define XSIMD_VERSION_MINOR 2
15+
#define XSIMD_VERSION_MAJOR 12
16+
#define XSIMD_VERSION_MINOR 0
1717
#define XSIMD_VERSION_PATCH 0
1818

1919
/**

0 commit comments

Comments
 (0)