Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Optimize ldexp and scalbn | Ulrich Drepper | 2012-01-10 | 1 | -1/+8 |
| | |||||
* | Avoid warnings in __*_finite math function declarations with C++ | Marek Polacek | 2011-12-17 | 1 | -90/+97 |
| | |||||
* | Optimize exp | Ulrich Drepper | 2011-10-15 | 1 | -0/+7 |
| | | | | Add __exp*_finite optimizations and rewrite some wrappers. | ||||
* | Optimize libm | Ulrich Drepper | 2011-10-12 | 1 | -0/+315 |
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized. |