summaryrefslogtreecommitdiff
path: root/src/math/fma.c
AgeCommit message (Expand)AuthorFilesLines
2012-11-13math: use '#pragma STDC FENV_ACCESS ON' when fenv is accessedSzabolcs Nagy1-0/+2
2012-06-20math: fix fma bug on x86 (found by Bruno Haible with gnulib)nsz1-2/+10
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz1-6/+6
2012-03-19remove unnecessary TODO comments from fma.cnsz1-5/+1
2012-03-19add fma implementation for x86nsz1-7/+143
2012-03-16make fma and lrint functions build without full fenv supportRich Felker1-2/+12
2012-03-13first commit of the new libm!Rich Felker1-0/+270