mirror of https://git.musl-libc.org/git/musl
Browse Source
the threshold was wrong so expm1f overflowed to inf a bit too early and on most targets uint32_t compare is faster than float compare so use that. this also fixes sinhf incorrectly returning nan for some values where the internal expm1f overflowed.master
committed by
Rich Felker
1 changed files with 1 additions and 2 deletions
Loading…
Reference in new issue