[Bug math/13472] PPC64 hypot() is "inf" for very large values that are non-infinite on other architectures
jakub at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Dec 6 13:20:00 GMT 2011
http://sourceware.org/bugzilla/show_bug.cgi?id=13472
Jakub Jelinek <jakub at redhat dot com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |jakub at redhat dot com
Resolution|FIXED |
--- Comment #2 from Jakub Jelinek <jakub at redhat dot com> 2011-12-06 13:19:52 UTC ---
Can you explain where and how? I don't see any recent fixes for the buggy
sysdeps/powerpc/fpu/e_hypot.c, all other architectures use a sane
implementation, but this new powerpc implementation doesn't attempt to handle
any corner cases except for the checks if larger one is > two500 or smaller one
< twoM500.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
More information about the Glibc-bugs
mailing list