mesa: fpclassify is available on OpenSolaris.
authorVinson Lee <vlee@vmware.com>
Wed, 18 Aug 2010 21:36:08 +0000 (14:36 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 18 Aug 2010 21:36:08 +0000 (14:36 -0700)
commite1c7f3af0cb6769ef20a954459cfb87b9f99b4d6
tree9ede38bd713b30783ac6c6be19bfe35b34dfd142
parent3ef83d270b2c24867a0d020b81bdc6c54cb1c9b0
mesa: fpclassify is available on OpenSolaris.

There is no explicit predefined macro to distinguish between OpenSolaris
and Solaris. This patch assumes that the difference is in the compilers.
OpenSolaris uses GCC and not the Sun Studio compiler. Assume that the
availability of fpclassify is due to GCC.

This patch was not tested on Solaris. It would break the build on
Solaris with GCC if GCC on Solaris does not have fpclassify.
src/mesa/main/querymatrix.c