[Bug math/18238] quality of implementation: fmin and fmax should handle signed zeros
jsm28 at gcc dot gnu.org
sourceware-bugzilla@sourceware.org
Fri Apr 10 16:32:00 GMT 2015
https://sourceware.org/bugzilla/show_bug.cgi?id=18238
Joseph Myers <jsm28 at gcc dot gnu.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |WONTFIX
--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
These functions are only supposed to have results exact to the extent specified
in IEEE 754. When both IEEE 754 and ISO C explicitly do not specify the sign
of a zero result, I don't think it's appropriate to slow down our
implementations to produce a more fully specified result.
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list