[Mesa-dev] [PATCH] mesa: Drop USE_IEEE define.
Matt Turner
mattst88 at gmail.com
Thu Aug 7 08:01:31 PDT 2014
On Thu, Aug 7, 2014 at 5:35 AM, Brian Paul <brianp at vmware.com> wrote:
> On 08/06/2014 05:54 PM, Matt Turner wrote:
>>
>> 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://urldefense.proofpoint.com/v1/url?u=https://bugs.freedesktop.org/show_bug.cgi?id%3D82268&k=oIvRg1%2BdGAgOoM1BIlLLqw%3D%3D%0A&r=lGQMzzTgII0I7jefp2FHq7WtZ%2BTLs8wadB%2BiIj9xpBY%3D%0A&m=qpFrFaVk9Le%2Fvop6RCMCcKv5D0yZLSihxGjqPEOSVqA%3D%0A&s=347af2b199daf0bee356bc0d21fbc6d1ffb166984c7efb70271c6faf3fb52fcb
>>
>> ---
>> src/mesa/main/compiler.h | 18 ------------------
>> src/mesa/main/imports.h | 27 +++------------------------
>> src/mesa/main/macros.h | 2 +-
>> src/mesa/program/prog_execute.c | 5 -----
>> 4 files changed, 4 insertions(+), 48 deletions(-)
>>
>
> Looks OK to me. The MSVC build seems fine with this patch.
>
> Reviewed-by: Brian Paul <brianp at vmware.com>
Thanks Brian!
More information about the mesa-dev
mailing list