summaryrefslogtreecommitdiff
path: root/src/math/fma.c
AgeCommit message (Expand)AuthorFilesLines
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