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 libc/17661] some invalid floating point values should be considered as "nan"


https://sourceware.org/bugzilla/show_bug.cgi?id=17661

--- Comment #9 from Andreas Schwab <schwab@linux-m68k.org> ---
The difference of the m68k variant is that it doesn't have any trap
representations.  It considers the integer bit as don't-care in Inf and NaN
patterns, and extends the range of normalized numbers by allowing the biased
exponent to become zero.

-- 
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]