about summary refs log tree commit diff
path: root/src/math/fma.c
Commit message (Expand)AuthorAgeFilesLines
* use scalbn or *2.0 instead of ldexp, fix fmalnsz2012-03-191-6/+6
* remove unnecessary TODO comments from fma.cnsz2012-03-191-5/+1
* add fma implementation for x86nsz2012-03-191-7/+143
* make fma and lrint functions build without full fenv supportRich Felker2012-03-161-2/+12
* first commit of the new libm!Rich Felker2012-03-131-0/+270