Skip to content

Commit 82f08f6

Browse files
chore: release v0.2.17
1 parent cdc64b3 commit 82f08f6

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

libm/CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,27 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [0.2.17](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.16...libm-v0.2.17) - 2026-02-13
12+
13+
### Other
14+
15+
- Add an optimization for `trunc`
16+
- Add an optimization for `floor`
17+
- Fix `_status` status outputs on null-mantissa inputs
18+
- Improve debug output for `Status`
19+
- Add `frexpf16`
20+
- Switch to a non-recursive algorithm for subnormals
21+
- Print `Hexf<i32>` with `0x` and zero padding
22+
- Add `frexpf128`, `ilogbf16`, and `ilogbf128`
23+
- Convert `frexp` and `ilogb` to a generic implementations
24+
- Perform some simplifications possible with the MSRV bump
25+
- Bump the libm MSRV to 1.67
26+
- Sort Cargo.toml `[features]` table after `[dependencies]`
27+
- Switch to workspace dependencies
28+
- Fix acoshf and acosh for negative inputs
29+
- Allow unstable_name_collisions
30+
- Merge ref '44e34e1ac6d7' from rust-lang/rust
31+
1132
## [0.2.16](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16) - 2025-12-07
1233

1334
### Fixed

libm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libm"
3-
version = "0.2.16"
3+
version = "0.2.17"
44
authors = [
55
"Alex Crichton <alex@alexcrichton.com>",
66
"Amanieu d'Antras <amanieu@gmail.com>",

0 commit comments

Comments
 (0)