]> git.ipfire.org Git - thirdparty/glibc.git/history - sysdeps/ieee754/ldbl-128/s_fmal.c
Update copyright dates with scripts/update-copyrights
[thirdparty/glibc.git] / sysdeps / ieee754 / ldbl-128 / s_fmal.c
2021-01-02  Paul EggertUpdate copyright dates with scripts/update-copyrights
2020-06-03  Vineet Guptaieee754: provide gcc builtins based generic fma functions
2020-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2019-09-07  Paul EggertPrefer https to http for gnu.org and fsf.org URLs
2019-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2018-09-04  Joseph MyersMove fenv.h soft-float inlines from fenv_private.h...
2018-09-03  Joseph MyersDo not include fenv_private.h in math_private.h.
2018-05-11  Joseph MyersDo not include math-barriers.h in math_private.h.
2018-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2017-10-06  Joseph MyersUse libm_alias_ldouble for ldbl-128 functions.
2017-01-01  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2016-09-13  Paul E. Murphyldbl-128: Use L(x) macro for long double constants
2016-08-31  Paul E. Murphyldbl-128: Rename 'long double' to '_Float128'
2016-01-15  H.J. LuCall math_opt_barrier inside if
2016-01-04  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2015-10-28  Joseph MyersUse C11 *_TRUE_MIN macros where applicable.
2015-09-23  Joseph MyersRefactor code forcing underflow exceptions.
2015-08-14  Joseph MyersFix fma spurious underflows (bug 18824).
2015-01-02  Joseph MyersUpdate copyright dates with scripts/update-copyrights.
2014-08-01  Richard HendersonForce eval for fma implementations
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  Joseph MyersEnsure additions are not scheduled after fetestexcept...
2012-02-09  Paul EggertReplace FSF snail mail address with URLs.
2010-11-22  Jakub Jelinekldbl-128 fmal compile fix
2010-10-19  Ulrich DrepperMerge branch 'master' of ssh://sourceware.org/git/glibc
2010-10-18  Jakub JelinekIEEE quad fmal fixes
2010-10-15  Jakub JelinekImplement fmal, some fma bugfixes