On Wed, Aug 1, 2012 at 2:50 PM, Matt Turner <[email protected]> wrote: > > Indeed. I wondered the same. The use of NAN/INF are inside an #if > !defined(PIPE_CC_MSVC) block, so MSVC can't be the problem. NAN and > INFINITY are c99, which I'm not sure we can assume. Then again, if not > MSVC, what compiler is the problem? > > Vinson, does the attached patch work for you?
Yes, the patch works for me. I tested the patch with the Intel C Compiler and Oracle Studio C Compiler as well. Both of those compilers have NAN and INFINITY. Tested-by: Vinson Lee <[email protected]> _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
