]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/ieee754/dbl-64/s_fma.c
Use glibc_likely instead __builtin_expect.
[thirdparty/glibc.git] / sysdeps / ieee754 / dbl-64 / s_fma.c
2014-02-10  Ondřej BílkaUse glibc_likely instead __builtin_expect.
2014-01-01  Allan McRaeUpdate copyright notices with scripts/update-copyrights
2013-01-02  Joseph MyersUpdate copyright notices with scripts/update-copyrights.
2012-11-06  Joseph MyersFix fma underflows with small x * y (bug 14793).
2012-11-04  Joseph MyersFix fma overflow results outside round-to-nearest mode...
2012-11-03  Joseph MyersMake fma use of Dekker and Knuth algorithms use round...
2012-11-01  Joseph MyersFix fma (a, b, c) for small a * b (bugs 14784, 14785).
2012-10-31  Joseph MyersFix fma underflow exceptions in after-rounding edge...
2012-10-30  Joseph MyersFix fma missing underflows and bad results for some...
2012-10-01  Joseph MyersFix sign of inexact zero return from fma (bug 14645).
2012-09-29  Joseph MyersFix sign of exact zero return from fma (bug 14638).
2012-07-01  Joseph MyersMerge glibc-ports into ports/ directory. glibc-2.16-ports-merge glibc-2.16.90
2012-06-01  Aurelien JarnoAdd a barrier in the double fma implementation.
2012-03-19  Richard HendersonCreate and use libc_feupdateenv_test.
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2011-10-18  Ulrich DrepperUse new internal libc_fe* interfaces in more functions
2010-10-15  Jakub JelinekImplement fmal, some fma bugfixes
2010-10-15  Jakub JelinekFix some more dbl-64/s_fma.c issue
2010-10-14  Jakub JelinekImplement accurate fma.