summaryrefslogtreecommitdiff
path: root/src/math/fma.c
AgeCommit message (Expand)AuthorLines
2012-03-19use scalbn or *2.0 instead of ldexp, fix fmalnsz-6/+6
2012-03-19remove unnecessary TODO comments from fma.cnsz-5/+1
2012-03-19add fma implementation for x86nsz-7/+143
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/+270