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