summaryrefslogtreecommitdiff
path: root/src/math/fmal.c
AgeCommit message (Expand)AuthorLines
2013-10-07math: fix rare underflow issue in fmaSzabolcs Nagy-2/+14
2013-09-05math: fix remaining old long double code (erfl, fmal, lgammal, scalbnl)Szabolcs Nagy-14/+16
2013-05-19math: add fma TODO comments about the underflow issueSzabolcs Nagy-0/+2
2012-11-13math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy-0/+1
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz-6/+6
2012-03-19fmal bug fix: nan input should not raise exceptionnsz-4/+4
2012-03-16make fma and lrint functions build without full fenv supportRich Felker-2/+12
2012-03-13first commit of the new libm!Rich Felker-0/+266