aboutsummaryrefslogtreecommitdiff
path: root/math/bits/math-finite.h
AgeCommit message (Collapse)Author
2013-01-02Update copyright notices with scripts/update-copyrights.Joseph Myers
2012-04-28Don't use long double *_finite functions if no long double mathAndreas Schwab
2012-02-09Replace FSF snail mail address with URLs.Paul Eggert
2012-01-10Optimize ldexp and scalbnUlrich Drepper
2011-12-17Avoid warnings in __*_finite math function declarations with C++Marek Polacek
2011-10-15Optimize expUlrich Drepper
Add __exp*_finite optimizations and rewrite some wrappers.
2011-10-12Optimize libmUlrich Drepper
libm is now somewhat integrated with gcc's -ffinite-math-only option and lots of the wrapper functions have been optimized.