mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
chore: release libm v0.2.16
Co-authored-by: Trevor Gross <tg@trevorgross.com>
This commit is contained in:
committed by
Trevor Gross
parent
b0f680cfa4
commit
a88826bb75
@@ -8,6 +8,22 @@ and this project adheres to
|
||||
|
||||
## [Unreleased]
|
||||
|
||||
## [0.2.16](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.15...libm-v0.2.16) - 2025-12-07
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fix an incorrect result for `fminimum` and `fmaximum` with the input (-0, NaN)
|
||||
- Fix a typo in `libm::Libm::roundeven`
|
||||
- Fix the `expm1f` overflow threshold
|
||||
- Change `CmpResult` to use a pointer-sized return type
|
||||
- Compare against `CARGO_CFG_TARGET_FAMILY` in a multi-valued fashion
|
||||
- Implement `exp` and its variants for i586 with inline assembly
|
||||
- Implement `floor` and `ceil` in assembly on `i586`
|
||||
|
||||
### Other
|
||||
|
||||
- Significantly optimize `fmod` worst case performance ([#1002](https://github.com/rust-lang/compiler-builtins/pull/1002))
|
||||
|
||||
## [0.2.15](https://github.com/rust-lang/compiler-builtins/compare/libm-v0.2.14...libm-v0.2.15) - 2025-05-06
|
||||
|
||||
### Other
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "libm"
|
||||
version = "0.2.15"
|
||||
version = "0.2.16"
|
||||
authors = [
|
||||
"Alex Crichton <alex@alexcrichton.com>",
|
||||
"Amanieu d'Antras <amanieu@gmail.com>",
|
||||
|
||||
Reference in New Issue
Block a user