Skip to content

Commit c37e7f2

Browse files
chore: release v0.2.16
1 parent 41b5e34 commit c37e7f2

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

libm/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,23 @@ 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-06-14
12+
13+
### Other
14+
15+
- Clean up and sort manifest keys
16+
- Fix incorrect result and add tests
17+
- Fix unintentional skips in `binop_common`
18+
- Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`
19+
- Fix new `dead_code` warnings from recent nightlies
20+
- Reuse `libm`'s `Caat` and `CastFrom` in `compiler-builtins`
21+
- Reuse `MinInt` and `Int` from `libm` in `compiler-builtins`
22+
- Add a note saying why we use `frintx` rather than `frintn`
23+
- Typo in README.md
24+
- Update `CmpResult` to use a pointer-sized return type
25+
- Clean up unused files
26+
- Fix `i256::MAX`
27+
1128
## [0.2.15](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15) - 2025-05-06
1229

1330
### Other

libm/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "libm"
3-
version = "0.2.15"
3+
version = "0.2.16"
44
authors = ["Jorge Aparicio <[email protected]>"]
55
description = "libm in pure Rust"
66
categories = ["no-std"]

0 commit comments

Comments
 (0)