commit | f525db6358fbaa7b4296d2e6484e0b1ae703ac78 | [log] [tgz] |
---|---|---|
author | Pierre Moreau <pierre.morrow@free.fr> | Fri Mar 18 01:17:31 2016 +0100 |
committer | Jose Fonseca <jfonseca@vmware.com> | Wed Apr 13 07:41:13 2016 +0100 |
tree | 0b9216a978d2de38c18d3694bc8e3a969ac051c8 | |
parent | fa46848e51a619aba5a748316fe8fe4c2e17d243 [diff] |
nv50/ra: `isinf()` is in namespace `std` since C++11. This fixes a compile error while building Nouveau with C++11 enabled (and glibc >= 2.23). This happens if SWR is enabled, as it forces C++11. Signed-off-by: Pierre Moreau <pierre.morrow@free.fr> Signed-off-by: Jose Fonseca <jfonseca@vmware.com> https://bugs.freedesktop.org/show_bug.cgi?id=94907