about summary refs log tree commit diff
path: root/sysdeps/ieee754/ldbl-96/s_fma.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrightsPaul Eggert2024-01-011-1/+1
* Update copyright dates with scripts/update-copyrightsJoseph Myers2023-01-061-1/+1
* Update copyright dates with scripts/update-copyrightsPaul Eggert2022-01-011-1/+1
* Add narrowing fma functionsJoseph Myers2021-09-221-0/+6
* 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
* 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
* Move fenv.h soft-float inlines from fenv_private.h to include/fenv.h.Joseph Myers2018-09-041-1/+0
* Do not include fenv_private.h in math_private.h.Joseph Myers2018-09-031-0/+1
* Fix ldbl-96 fma (Inf, Inf, finite) (bug 23272).Joseph Myers2018-06-111-8/+6
* 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_double in ldbl-128, ldbl-96 fma.Joseph Myers2017-10-061-1/+2
* Update copyright dates with scripts/update-copyrights.Joseph Myers2017-01-011-1/+1
* Call math_opt_barrier inside ifH.J. Lu2016-01-151-1/+4
* Update copyright dates with scripts/update-copyrights.Joseph Myers2016-01-041-1/+1
* Replace finite with isfinite.Wilco Dijkstra2015-06-031-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Fix missing <math_private.h> in ldbl-96 fmaAndreas Schwab2014-08-041-0/+1
* Force eval for fma implementationsRichard Henderson2014-08-011-5/+6
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-2/+2
* 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
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-2/+16
* Fix sign of exact zero return from fma (bug 14638).Joseph Myers2012-09-291-1/+5
* Replace FSF snail mail address with URLs.Paul Eggert2012-02-091-3/+2
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-151-3/+12
* Implement accurate fma.Jakub Jelinek2010-10-131-0/+70