summaryrefslogtreecommitdiffstats
path: root/lib/msun/src/s_fma.c
Commit message (Expand)AuthorAgeFilesLines
* Make the order of operations for lib/msun more clear.eadler2013-06-241-1/+1
* Fix some regressions caused by the switch from gcc to clang. The fixesdas2013-05-271-2/+6
* Fix a regression introduced in r226371: When the high part of x*ydas2011-10-211-3/+3
* Fix a double-rounding bug in fma{,f,l}. The bug would occur indas2011-10-151-64/+105
* Refactor this code by introducing separate functions to handle thedas2011-10-111-44/+80
* Fix some corner cases:das2008-04-031-5/+10
* Fix the double rounding problem with subnormals, anddas2005-03-181-11/+19
* Replace strong references with weak references. There's nodas2005-03-071-1/+1
* - If z is 0, one of x or y is 0, and the other is infinite, raisedas2005-03-071-2/+18
* Add fma() and fmaf(), which implement a fused multiply-add operation.das2005-01-221-0/+178
OpenPOWER on IntegriCloud