File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,28 @@ 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+ - Upgrade all dependencies to the latest incompatible versions
16+ - Add an optimization for ` trunc `
17+ - Add an optimization for ` floor `
18+ - Fix ` _status ` status outputs on null-mantissa inputs
19+ - Improve debug output for ` Status `
20+ - Add ` frexpf16 `
21+ - Switch to a non-recursive algorithm for subnormals
22+ - Print ` Hexf<i32> ` with ` 0x ` and zero padding
23+ - Add ` frexpf128 ` , ` ilogbf16 ` , and ` ilogbf128 `
24+ - Convert ` frexp ` and ` ilogb ` to a generic implementations
25+ - Perform some simplifications possible with the MSRV bump
26+ - Bump the libm MSRV to 1.67
27+ - Sort Cargo.toml ` [features] ` table after ` [dependencies] `
28+ - Switch to workspace dependencies
29+ - Fix acoshf and acosh for negative inputs
30+ - Allow unstable_name_collisions
31+ - Merge ref '44e34e1ac6d7' from rust-lang/rust
32+
1133## [ 0.2.16] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16 ) - 2025-12-07
1234
1335### Fixed
Original file line number Diff line number Diff line change 11[package ]
22name = " libm"
3- version = " 0.2.16 "
3+ version = " 0.2.17 "
44authors = [
55 " Alex Crichton <alex@alexcrichton.com>" ,
66 " Amanieu d'Antras <amanieu@gmail.com>" ,
You can’t perform that action at this time.
0 commit comments