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