File tree Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Expand file tree Collapse file tree 2 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,26 @@ 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-07-05
12
+
13
+ ### Other
14
+
15
+ - Test building custom targets and resolve an issue probing ` rustc `
16
+ - Use the compiler to determine whether or not to enable ` f16 ` and ` f128 `
17
+ - Improved integer utilities, implement shifts and bug fixes for i256 and u256
18
+ - Clean up and sort manifest keys
19
+ - Fix incorrect result and add tests
20
+ - Fix unintentional skips in ` binop_common `
21
+ - Use ` x.biteq(y) ` rather than ` x.to_bits() == y.to_bits() `
22
+ - Fix new ` dead_code ` warnings from recent nightlies
23
+ - Reuse ` libm ` 's ` Caat ` and ` CastFrom ` in ` compiler-builtins `
24
+ - Reuse ` MinInt ` and ` Int ` from ` libm ` in ` compiler-builtins `
25
+ - Add a note saying why we use ` frintx ` rather than ` frintn `
26
+ - Typo in README.md
27
+ - Update ` CmpResult ` to use a pointer-sized return type
28
+ - Clean up unused files
29
+ - Fix ` i256::MAX `
30
+
11
31
## [ 0.2.15] ( https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15 ) - 2025-05-06
12
32
13
33
### Other
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " libm"
3
- version = " 0.2.15 "
3
+ version = " 0.2.16 "
4
4
authors = [
" Jorge Aparicio <[email protected] >" ]
5
5
description = " libm in pure Rust"
6
6
categories = [" no-std" ]
You can’t perform that action at this time.
0 commit comments