aboutsummaryrefslogtreecommitdiff
path: root/math/test-math-isinff.cc
AgeCommit message (Collapse)Author
2016-02-24Don't use long double math functions if NO_LONG_DOUBLEAndreas Schwab
2016-02-14Ensure isinff, isinfl, isnanf, and isnanl are defined (Bug 19439)Carlos O'Donell
In ICO C++11 mode ensure that isinff, isinfl, isnanf, and isnanl are defined. These functions were accidentally removed from the header as part of commit d9b965fa56350d6eea9f7f438a0714c7ffbb183f, but being GNU extensions, they should have been left in place.