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 math/14793] Further spurious underflows from fma when a * b is small


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

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-11-05 22:04:38 UTC ---
Actually, there are two cases causing problems here: cases such as the one
given, where scaling down happens rather than scaling up, and cases where e.g.
0x1p16319L is used instead of 0x1p16383L, where scaling up happens but not by
quite enough.

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