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/5768] isnan() will throw SIGFPE with signalling NaN


------- Additional Comments From sjmunroe at us dot ibm dot com  2008-02-18 23:12 -------
For powerpc[64] isnan() and isnanf() fail since they share the same
implementation. isnanl() is Ok because it uses the generic implementation from
/ieee754/ldbl-128ibm/. isinf, isfinite, isnormal, and fpclassify are also OK.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED


http://sourceware.org/bugzilla/show_bug.cgi?id=5768

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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