summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/ldbl-96/s_fma.c
AgeCommit message (Expand)Author
2015-06-03Replace finite with isfinite.Wilco Dijkstra
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
2014-08-04Fix missing <math_private.h> in ldbl-96 fmaAndreas Schwab
2014-08-01Force eval for fma implementationsRichard Henderson
2014-02-10Use glibc_likely instead __builtin_expect.Ondřej Bílka
2014-01-01Update copyright notices with scripts/update-copyrightsAllan McRae
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-09-29Fix sign of exact zero return from fma (bug 14638).Joseph Myers
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2010-10-15Implement fmal, some fma bugfixesJakub Jelinek
2010-10-13Implement accurate fma.Jakub Jelinek