This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug math/13472] PPC64 hypot() is "inf" for very large values that are non-infinite on other architectures


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.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]