aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_fma.c
AgeCommit message (Expand)Author
2018-09-28Remove unnecessary math_private.h includes.Joseph Myers
2018-09-03Do not include fenv_private.h in math_private.h.Joseph Myers
2018-05-11Do not include math-barriers.h in math_private.h.Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-04Use libm_alias_double for dbl-64 fma.Joseph Myers
2017-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2016-01-15Call math_opt_barrier inside ifH.J. Lu
2016-01-04Update copyright dates with scripts/update-copyrights.Joseph Myers
2015-10-28Use C11 *_TRUE_MIN macros where applicable.Joseph Myers
2015-09-23Refactor code forcing underflow exceptions.Joseph Myers
2015-08-14Fix fma spurious underflows (bug 18824).Joseph Myers
2015-01-02Update copyright dates with scripts/update-copyrights.Joseph Myers
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-06Fix fma underflows with small x * y (bug 14793).Joseph Myers
2012-11-04Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers
2012-11-03Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers
2012-11-01Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers
2012-10-31Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers
2012-10-30Fix fma missing underflows and bad results for some subnormal results (bugs 1...Joseph Myers
2012-10-01Fix sign of inexact zero return from fma (bug 14645).Joseph Myers
2012-09-29Fix sign of exact zero return from fma (bug 14638).Joseph Myers
2012-06-01Add a barrier in the double fma implementation.Aurelien Jarno
2012-03-19Create and use libc_feupdateenv_test.Richard Henderson
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2011-10-18Use new internal libc_fe* interfaces in more functionsUlrich Drepper
2010-10-15Implement fmal, some fma bugfixesJakub Jelinek
2010-10-15Fix some more dbl-64/s_fma.c issueJakub Jelinek
2010-10-13Implement accurate fma.Jakub Jelinek