about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_fmaf.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Redirect fma calls to __fma in libmJoseph Myers2021-09-151-0/+1
* Remove "Contributed by" linesSiddhesh Poyarekar2021-09-031-1/+0
* Update copyright dates with scripts/update-copyrightsPaul Eggert2021-01-021-1/+1
* ieee754: provide gcc builtins based generic fma functionsVineet Gupta2020-06-031-0/+6
* Update copyright dates with scripts/update-copyrights.Joseph Myers2020-01-011-1/+1
* Prefer https to http for gnu.org and fsf.org URLsPaul Eggert2019-09-071-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2019-01-011-1/+1
* Remove unnecessary math_private.h includes.Joseph Myers2018-09-281-1/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Do not include math-barriers.h in math_private.h.Joseph Myers2018-05-111-0/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2018-01-011-1/+1
* Use libm_alias_float for dbl-64 fmaf.Joseph Myers2017-10-031-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Update copyright notices with scripts/update-copyrightsAllan McRae2014-01-011-1/+1
* Update copyright notices with scripts/update-copyrights.Joseph Myers2013-01-021-1/+1
* Fix sign of exact zero return from fma (bug 14638).Joseph Myers2012-09-291-0/+7
* Ensure additions are not scheduled after fetestexcept in fmaf and fmal.Joseph Myers2012-06-011-1/+3
* Create and use libc_feupdateenv_test.Richard Henderson2012-03-191-3/+9
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Use new internal libc_fe* interfaces in more functionsUlrich Drepper2011-10-181-5/+5
* Implement accurate fma.Jakub Jelinek2010-10-131-1/+1
* Correct implementation of fmaf.Jakub Jelinek2010-10-111-0/+50