This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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 c/38704] Very bad quality of compilation of a floating point numbers.



------- Comment #6 from kargl at gcc dot gnu dot org  2009-01-03 00:42 -------
(In reply to comment #4)
> __LDBL_DIG__=18
> __DBL_DIG__=15
> 
> sizeof(long double)=128 bits
> sizeof(double)=64 bits
> 

You didn't show what I requested.  The other piece
of the puzzle is LDBL_MANT_DIG, which I'll wager is
64.  I suspect that you may be misinterpreting what
sizeof() is telling you.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38704


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