Skip to content

Commit 064b350

Browse files
chore: release v0.2.16
1 parent 723335f commit 064b350

File tree

2 files changed

+36
-1
lines changed

2 files changed

+36
-1
lines changed

libm/CHANGELOG.md

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,41 @@ 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) - 2026-01-22
12+
13+
### Other
14+
15+
- Fix a typo in `libm::Libm::roundeven`
16+
- Ignore unused_unsafe lint in libm/src/math/arch/x86/detect.rs
17+
- Revert "cpuid is safe since the stdarch sync, so remove unsafe from usages"
18+
- Auto merge of #150357 - ZuseZ4:zusez4-stdarch-push, r=sayantan
19+
- cpuid is safe since the stdarch sync, so remove unsafe from usages
20+
- Mark float intrinsics with no preconditions as safe
21+
- Fix some typos
22+
- Use `CARGO_CFG_*_{F16,F128}` rather than invoking rustc
23+
- Simplify the configuration for no-panic
24+
- Implement `floor` and `ceil` in assembly on `i586`
25+
- Avoid inlining `floor` into `rem_pio2`
26+
- Update for new warn-by-default clippy lints
27+
- Use `x86_no_sse` configuration in more places
28+
- Enable tests that were skipped on PowerPC
29+
- Allow a new lint failure in nightly
30+
- Test building custom targets and resolve an issue probing `rustc`
31+
- Use the compiler to determine whether or not to enable `f16` and `f128`
32+
- Improved integer utilities, implement shifts and bug fixes for i256 and u256
33+
- Clean up and sort manifest keys
34+
- Fix incorrect result and add tests
35+
- Fix unintentional skips in `binop_common`
36+
- Use `x.biteq(y)` rather than `x.to_bits() == y.to_bits()`
37+
- Fix new `dead_code` warnings from recent nightlies
38+
- Reuse `libm`'s `Caat` and `CastFrom` in `compiler-builtins`
39+
- Reuse `MinInt` and `Int` from `libm` in `compiler-builtins`
40+
- Add a note saying why we use `frintx` rather than `frintn`
41+
- Typo in README.md
42+
- Update `CmpResult` to use a pointer-sized return type
43+
- Clean up unused files
44+
- Fix `i256::MAX`
45+
1146
## [0.2.15](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15) - 2025-05-06
1247

1348
### 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 = [
55
"Alex Crichton <[email protected]>",
66
"Amanieu d'Antras <[email protected]>",

0 commit comments

Comments
 (0)