Skip to content

Commit 5a1d179

Browse files
joanaxcruzblapie
authored andcommitted
SLEEF Release 3.8
Bump version in CMakeLists.
1 parent a64f973 commit 5a1d179

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
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+
126
## 3.7 - 2024-09-17
227

328
The focus of this release has been to meet open-source community standards. It

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.18)
2-
project(SLEEF VERSION 3.7.0 LANGUAGES C)
2+
project(SLEEF VERSION 3.8.0 LANGUAGES C)
33

44
set(SLEEF_SOVERSION ${SLEEF_VERSION_MAJOR})
55

0 commit comments

Comments
 (0)