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/14785] Incorrect results from fma in round-toward-zero mode when a * b is small and of opposite sign to c


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

Joseph Myers <jsm28 at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #1 from Joseph Myers <jsm28 at gcc dot gnu.org> 2012-11-01 16:49:18 UTC ---
Fixed by:

commit 473611b22d630a5cbb870d2a7edf08071d4d8ace
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Thu Nov 1 16:47:26 2012 +0000

    Fix fma (a, b, c) for small a * b (bugs 14784, 14785).

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