Revert "nv50/ra: isinf() is in namespace std since C++11."

This reverts commit f525db6358.

It was superseeded by commit 649704f1f7.
This commit is contained in:
Jose Fonseca
2016-04-19 11:22:45 +01:00
parent 802b9292aa
commit 121a0cedc8
@@ -1327,11 +1327,7 @@ GCRA::simplify()
bestScore = score;
}
}
#if __cplusplus >= 201103L
if (std::isinf(bestScore)) {
#else
if (isinf(bestScore)) {
#endif
ERROR("no viable spill candidates left\n");
break;
}