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/13304] fma, fmaf, fmal produce wrong results


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

--- Comment #25 from Jakub Jelinek <jakub at redhat dot com> 2011-10-17 12:19:24 UTC ---
I'll leave the decision whether to include the testcase into glibc or not to
Ulrich, I'm not involved with glibc these days too much.
And I'm not sure if there are any supported targets that do currently use
math/s_fma*.c.
BTW, your implementation will do the wrong thing if you call say
fma (DBL_MAX, DBL_MAX, -__builtin_inf (""));
will I think in your implementation return NaN, while it must be -Inf.

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