about summary refs log tree commit diff
path: root/math/bits/math-finite.h
Commit message (Collapse)AuthorAgeFilesLines
* Optimize ldexp and scalbnUlrich Drepper2012-01-101-1/+8
|
* Avoid warnings in __*_finite math function declarations with C++Marek Polacek2011-12-171-90/+97
|
* Optimize expUlrich Drepper2011-10-151-0/+7
| | | | Add __exp*_finite optimizations and rewrite some wrappers.
* Optimize libmUlrich Drepper2011-10-121-0/+315
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.