@@ -8,6 +8,40 @@ 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-10-22
12+
13+ ### Other
14+
15+ - Compare against ` CARGO_CFG_TARGET_FAMILY ` in a multi-valued fashion
16+ - Add back the ` unsafe ` for ` intrinsics::fma ` but ` allow(unused_unsafe) `
17+ - Merge ref 'caccb4d0368b' from rust-lang/rust
18+ - Remove usage of the to-be-deprecated ` core::f32 ` , ` core::f64 ` items
19+ - define and implement ` trait NarrowingDiv ` for unsigned integer division
20+ - Fix some typos
21+ - Use ` CARGO_CFG_*_{F16,F128} ` rather than invoking rustc
22+ - Simplify the configuration for no-panic
23+ - Implement ` floor ` and ` ceil ` in assembly on ` i586 `
24+ - Avoid inlining ` floor ` into ` rem_pio2 `
25+ - Update for new warn-by-default clippy lints
26+ - Use ` x86_no_sse ` configuration in more places
27+ - Enable tests that were skipped on PowerPC
28+ - Allow a new lint failure in nightly
29+ - Test building custom targets and resolve an issue probing ` rustc `
30+ - Use the compiler to determine whether or not to enable ` f16 ` and ` f128 `
31+ - Improved integer utilities, implement shifts and bug fixes for i256 and u256
32+ - Clean up and sort manifest keys
33+ - Fix incorrect result and add tests
34+ - Fix unintentional skips in ` binop_common `
35+ - Use ` x.biteq(y) ` rather than ` x.to_bits() == y.to_bits() `
36+ - Fix new ` dead_code ` warnings from recent nightlies
37+ - Reuse ` libm ` 's ` Caat ` and ` CastFrom ` in ` compiler-builtins `
38+ - Reuse ` MinInt ` and ` Int ` from ` libm ` in ` compiler-builtins `
39+ - Add a note saying why we use ` frintx ` rather than ` frintn `
40+ - Typo in README.md
41+ - Update ` CmpResult ` to use a pointer-sized return type
42+ - Clean up unused files
43+ - Fix ` i256::MAX `
44+
1145## [ 0.2.15] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15 ) - 2025-05-06
1246
1347### Other
0 commit comments