about summary refs log tree commit diff
path: root/sysdeps/ieee754/dbl-64/s_fma.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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_double for dbl-64 fma.Joseph Myers2017-10-041-6/+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
* Use C11 *_TRUE_MIN macros where applicable.Joseph Myers2015-10-281-1/+1
* Refactor code forcing underflow exceptions.Joseph Myers2015-09-231-2/+2
* Fix fma spurious underflows (bug 18824).Joseph Myers2015-08-141-1/+1
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
* Force eval for fma implementationsRichard Henderson2014-08-011-5/+6
* Use glibc_likely instead __builtin_expect.Ondřej Bílka2014-02-101-4/+4
* 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 fma underflows with small x * y (bug 14793).Joseph Myers2012-11-061-18/+27
* Fix fma overflow results outside round-to-nearest mode (bug 14797).Joseph Myers2012-11-041-4/+5
* Make fma use of Dekker and Knuth algorithms use round-to-nearest (bug 14796).Joseph Myers2012-11-031-2/+16
* Fix fma (a, b, c) for small a * b (bugs 14784, 14785).Joseph Myers2012-11-011-4/+32
* Fix fma underflow exceptions in after-rounding edge cases.Joseph Myers2012-10-311-0/+12
* Fix fma missing underflows and bad results for some subnormal results (bugs 1...Joseph Myers2012-10-301-14/+8
* Fix sign of inexact zero return from fma (bug 14645).Joseph Myers2012-10-011-0/+5
* Fix sign of exact zero return from fma (bug 14638).Joseph Myers2012-09-291-0/+5
* Add a barrier in the double fma implementation.Aurelien Jarno2012-06-011-1/+3
* Create and use libc_feupdateenv_test.Richard Henderson2012-03-191-12/+13
* 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-11/+11
* Implement fmal, some fma bugfixesJakub Jelinek2010-10-151-0/+8
* Fix some more dbl-64/s_fma.c issueJakub Jelinek2010-10-151-15/+88
* Implement accurate fma.Jakub Jelinek2010-10-131-0/+146