summaryrefslogtreecommitdiff
path: root/src/math/fmaf.c
AgeCommit message (Expand)AuthorFilesLines
2021-07-06math: fix fmaf not to depend on FE_TOWARDZEROSzabolcs Nagy1-11/+10
2018-04-02fix fmaf wrong resultSzabolcs Nagy1-1/+1
2013-10-07math: fix rare underflow issue in fmaSzabolcs Nagy1-9/+27
2013-05-19math: add fma TODO comments about the underflow issueSzabolcs Nagy1-2/+10
2012-11-13math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy1-0/+1
2012-03-16make fma and lrint functions build without full fenv supportRich Felker1-0/+2
2012-03-13first commit of the new libm!Rich Felker1-0/+64