@@ -8,6 +8,33 @@ 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-03-06
12+
13+ ### Other
14+
15+ - Allow a clippy lint that appears in recent versions
16+ - Replace ` div! ` with ` unchecked_div_* `
17+ - Replace ` core::intrinsics::{cold_path, likely} `
18+ - Reenable sincosf tests on ppc64
19+ - Reenable should_panic tests on ppc64le
20+ - Upgrade all dependencies to the latest incompatible versions
21+ - Add an optimization for ` trunc `
22+ - Add an optimization for ` floor `
23+ - Fix ` _status ` status outputs on null-mantissa inputs
24+ - Improve debug output for ` Status `
25+ - Add ` frexpf16 `
26+ - Switch to a non-recursive algorithm for subnormals
27+ - Print ` Hexf<i32> ` with ` 0x ` and zero padding
28+ - Add ` frexpf128 ` , ` ilogbf16 ` , and ` ilogbf128 `
29+ - Convert ` frexp ` and ` ilogb ` to a generic implementations
30+ - Perform some simplifications possible with the MSRV bump
31+ - Bump the libm MSRV to 1.67
32+ - Sort Cargo.toml ` [features] ` table after ` [dependencies] `
33+ - Switch to workspace dependencies
34+ - Fix acoshf and acosh for negative inputs
35+ - Allow unstable_name_collisions
36+ - Merge ref '44e34e1ac6d7' from rust-lang/rust
37+
1138## [ 0.2.16] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16 ) - 2025-12-07
1239
1340### Fixed
0 commit comments