[Bug target/12043] long double calcluation seems broken
jlquinn at gcc dot gnu dot org
gcc-bugzilla@gcc.gnu.org
Wed Sep 24 07:31:00 GMT 2003
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=12043
------- Additional Comments From jlquinn at gcc dot gnu dot org 2003-09-24 05:05 -------
I did some more digging into floating point formats. For 80 bit extended, the
top bit of the mantissa is supposed to be set for normalized numbers. My test case
disobeys that rule. So, my earlier claim that long double math is broken is
apparently false.
What I can't figure out is, what is this bit pattern according ieee? 80 bit
extended has a number of disallowed patterns.
More information about the Gcc-bugs
mailing list