4
0
mirror of git://sourceware.org/git/newlib-cygwin.git synced 2025-02-02 04:20:28 +08:00
Keith Packard via Newlib cf3c0c19b3 libm/math: ensure that expf(-huge) sets FE_UNDERFLOW exception
It was calling __math_uflow(0) instead of __math_uflowf(0), which
resulted in no exception being set on machines with exception support
for float but not double.

Signed-off-by: Keith Packard <keithp@keithp.com>
2020-10-14 10:54:27 -04:00
..
2016-02-17 17:06:46 -05:00
2000-02-17 19:39:52 +00:00
2020-10-14 10:54:08 -04:00
2020-10-14 10:54:03 -04:00