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/3268] fma for all targets without hardware fma instructions is incorrect.


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

Jakub Jelinek <jakub at redhat dot com> changed:

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

--- Comment #23 from Jakub Jelinek <jakub at redhat dot com> 2011-10-17 20:26:20 UTC ---
glibc 2.14 later should have correct fma{,f,l} implementation, except for
targets which don't support exceptions properly and thus round-to-odd trick
doesn't work there, and except for PowerPC long double (where it is even
unclear what actually should fmal do because of the floating point format weird
properties).

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