File tree Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Expand file tree Collapse file tree 2 files changed +26
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## 3.8 - 2025-01-27
2
+ The focus of this release has been to facilitate benchmarking in SLEEF.
3
+ It does so by providing a benchmarking tool and a plotting tool to postprocess
4
+ the results.
5
+ AArch64 self-hosted runners have been added to CI. Following this, the Linux and
6
+ compiler version have been updated.
7
+ Fix inaccuracy issues in a few functions, failures with cpp checks and a few
8
+ bugs.
9
+ Finally, the project has been extended with a blog section and its first blog
10
+ [ post] ( https://sleef.org/2024/10/02/new-pulse.html ) .
11
+
12
+ ### Added
13
+ - Add benchmark and plotting tool by @joanaxcruz in #589 , #597 , #608 and #609
14
+ - Use Arm-hosted runners by @blapie in #581
15
+ - Add blog section and first post. by @blapie in #582
16
+
17
+ ### Changed
18
+ - Update GH runners to Ubuntu 24.04 and GCC14 by @blapie in #598 , #599 and #601
19
+
20
+ ### Fixed
21
+ - Fix cbrt on AArch32, and atanf(+-0) with gcc-13 by @shibatch in #592
22
+ - Fix oflow bound in log1p(f), exp and pow by @blapie in #604 and #606
23
+ - Work around removal of some PowerPC intrinsics in GCC 15 by @musicinmybrain in #612
24
+ - Fix errors reported by cppcheck by @blapie in #595
25
+
1
26
## 3.7 - 2024-09-17
2
27
3
28
The focus of this release has been to meet open-source community standards. It
Original file line number Diff line number Diff line change 1
1
cmake_minimum_required (VERSION 3.18)
2
- project (SLEEF VERSION 3.7 .0 LANGUAGES C)
2
+ project (SLEEF VERSION 3.8 .0 LANGUAGES C)
3
3
4
4
set (SLEEF_SOVERSION ${SLEEF_VERSION_MAJOR} )
5
5
You can’t perform that action at this time.
0 commit comments