summaryrefslogtreecommitdiff
path: root/sysdeps/ieee754/dbl-64/s_fmaf.c
Commit message (Collapse)AuthorAgeFilesLines
* Use libm_alias_float for dbl-64 fmaf.Joseph Myers2017-10-031-1/+2
| | | | | | | | | | | This patch makes the implementation of fmaf in the dbl-64 directory use libm_alias float. Tested for x86_64, and verified with build-many-glibcs.py that installed stripped shared libraries are unchanged by this patch. * sysdeps/ieee754/dbl-64/s_fmaf.c: Include <libm-alias-float.h>. [!__fmaf] (fmaf): Define using libm_alias_float.
* 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
| | | | | We can reduce the number of STMXCSR, and often we can avoid the call to __feraiseexcept.
* 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