@@ -8,6 +8,36 @@ and this project adheres to
88
99## [ Unreleased]
1010
11+ ## [ 0.2.16] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16 ) - 2025-09-13
12+
13+ ### Other
14+
15+ - define and implement ` trait NarrowingDiv ` for unsigned integer division
16+ - Fix some typos
17+ - Use ` CARGO_CFG_*_{F16,F128} ` rather than invoking rustc
18+ - Simplify the configuration for no-panic
19+ - Implement ` floor ` and ` ceil ` in assembly on ` i586 `
20+ - Avoid inlining ` floor ` into ` rem_pio2 `
21+ - Update for new warn-by-default clippy lints
22+ - Use ` x86_no_sse ` configuration in more places
23+ - Enable tests that were skipped on PowerPC
24+ - Allow a new lint failure in nightly
25+ - Test building custom targets and resolve an issue probing ` rustc `
26+ - Use the compiler to determine whether or not to enable ` f16 ` and ` f128 `
27+ - Improved integer utilities, implement shifts and bug fixes for i256 and u256
28+ - Clean up and sort manifest keys
29+ - Fix incorrect result and add tests
30+ - Fix unintentional skips in ` binop_common `
31+ - Use ` x.biteq(y) ` rather than ` x.to_bits() == y.to_bits() `
32+ - Fix new ` dead_code ` warnings from recent nightlies
33+ - Reuse ` libm ` 's ` Caat ` and ` CastFrom ` in ` compiler-builtins `
34+ - Reuse ` MinInt ` and ` Int ` from ` libm ` in ` compiler-builtins `
35+ - Add a note saying why we use ` frintx ` rather than ` frintn `
36+ - Typo in README.md
37+ - Update ` CmpResult ` to use a pointer-sized return type
38+ - Clean up unused files
39+ - Fix ` i256::MAX `
40+
1141## [ 0.2.15] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15 ) - 2025-05-06
1242
1343### Other
0 commit comments