mesa: Drop USE_IEEE define.
authorMatt Turner <mattst88@gmail.com>
Wed, 6 Aug 2014 23:13:26 +0000 (16:13 -0700)
committerMatt Turner <mattst88@gmail.com>
Thu, 7 Aug 2014 23:00:24 +0000 (16:00 -0700)
commit50d5fc192b1558de048447498c876ff28a3433e6
treec67881796d0b4047a5ea14677fec5cd15c8bccae
parent4837b130a76a49b3a9edbd3543843091ee1a75ce
mesa: Drop USE_IEEE define.

I think OpenVMS was the only platform that Mesa ran on that used a
non-IEEE representation for floats. We removed OpenVMS support a while
back, and this should alleviate the need to continue updating the
this-platform-uses-IEEE list.

The one bit of this patch that needs review is the IS_INF_OR_NAN,
because I'm not sure if MSVC supports isfinite.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=82268
Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/compiler.h
src/mesa/main/imports.h
src/mesa/main/macros.h
src/mesa/program/prog_execute.c