summaryrefslogtreecommitdiff
path: root/lib/msun/src/s_fma.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the double rounding problem with subnormals, andDavid Schultz2005-03-181-11/+19
* Replace strong references with weak references. There's noDavid Schultz2005-03-071-1/+1
* - If z is 0, one of x or y is 0, and the other is infinite, raiseDavid Schultz2005-03-071-2/+18
* Add fma() and fmaf(), which implement a fused multiply-add operation.David Schultz2005-01-221-0/+178