aboutsummaryrefslogtreecommitdiff
path: root/src/math/fma.c
AgeCommit message (Expand)Author
2024-03-14math: fix fma(x,y,0) when x*y rounds to -0Szabolcs Nagy
2017-10-13math: rewrite fma with mostly int arithmeticsSzabolcs Nagy
2015-02-08add parenthesis in fma.c to clarify intent and silence warningsSzabolcs Nagy
2013-10-07math: fix rare underflow issue in fmaSzabolcs Nagy
2013-09-05math: remove *_WORD64 macros from libm.hSzabolcs Nagy
2013-09-05math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy
2013-05-19math: add fma TODO comments about the underflow issueSzabolcs Nagy
2013-05-19math: fix two fma issues (only affects non-nearest rounding mode, x86)Szabolcs Nagy
2012-11-13math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy
2012-06-20math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz
2012-03-19remove unnecessary TODO comments from fma.cnsz
2012-03-19add fma implementation for x86nsz
2012-03-16make fma and lrint functions build without full fenv supportRich Felker
2012-03-13first commit of the new libm!Rich Felker