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/13941] printf of subnormal 'long double' numbers wrong on PowerPC


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

Jakub Jelinek <jakub at redhat dot com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jakub at redhat dot com

--- Comment #3 from Jakub Jelinek <jakub at redhat dot com> 2012-04-03 13:46:59 UTC ---
I disagree.  The reason it uses -968 rather than -1021 is that for smaller
numbers than that the number is already denormalized double double number (i.e.
it no longer has precision 106 bits, but less than that.  While the upper
double may still not be denormalized number, the lower number already has to
be.

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