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/16151] strtod() incorrectly rounds 2^-1075 to 0x0.0000000000001p-1022


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

--- Comment #2 from Joseph Myers <jsm28 at gcc dot gnu.org> ---
(Actually, "only if an entire normal mantissa fits in one MP limb" is not a
condition for this bug; the following loop for shifts of more than one limb is
for other cases, but gets the loop bound right.)

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