mirror of
git://sourceware.org/git/glibc.git
synced 2025-02-05 12:40:55 +08:00
This patch fix the optimized powerpc-fpu modf/modff implementation when using in non-default rounding mode where the zero sign is not as expected. It fixes the libm testsuite tests modf_downward (0) == 0.00000000000000000000e+00 modf_downward (20) == 0.00000000000000000000e+00 modf_downward (21) == 0.00000000000000000000e+00 Where the sign returned was negative. |
||
---|---|---|
.. | ||
s_modf.c | ||
s_modff.c |