rust/library/compiler-builtins/libm-test
Juho Kahala a9fa80ce91
Fix expm1f overflow threshold
Due to an erroneous overflow threshold, `expm1f` was incorrectly
returning `inf` for inputs in the range `[88.72169, 88.72283]`. This
additionally caused `sinhf` to return `NaN` for inputs in that range.

The bug was ported from the original in musl, which has since been fixed
in [1].

[1]: https://git.musl-libc.org/cgit/musl/commit/?id=964104f9f0e056cf58d9defa0b716d7756f040f6
2025-12-17 05:56:45 +00:00
..
benches bench: Update the benchmark runner to gungraun 0.17 2025-12-04 21:35:41 -05:00
examples libm-test: Make extensive an attribute rather than a test type 2025-05-29 21:06:44 +00:00
src Fix expm1f overflow threshold 2025-12-17 05:56:45 +00:00
tests libm: Improved integer utilities, implement shifts and bug fixes for i256 and u256 2025-07-01 08:07:48 +00:00
build.rs libm: Fix crate compilation 2025-04-19 18:23:45 -04:00
Cargo.toml bench: Update the benchmark runner to gungraun 0.17 2025-12-04 21:35:41 -05:00