Bug 15134

Summary: IEEE_ONE undefined when compiling with Intel C Compiler
Product: Mesa Reporter: Matt Turner <mattst88>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: medium    
Version: git   
Hardware: x86-64 (AMD64)   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: Fix undefined IEEE_ONE with Intel C Compiler
Correctly Fix undefined IEEE_ONE with Intel C Compiler

Description Matt Turner 2008-03-19 15:40:22 UTC
Created attachment 15313 [details] [review]
Fix undefined IEEE_ONE with Intel C Compiler

The #define'd constant IEEE_ONE, defined in src/mesa/main/imports.h, appears as undefined by the Intel C Compiler. This is because the surrounding #if defined code checks for __amd64__ and not __x86_64__. gcc defines both, icc defines only the latter.
Comment 1 Matt Turner 2008-03-19 15:54:24 UTC
Created attachment 15314 [details] [review]
Correctly Fix undefined IEEE_ONE with Intel C Compiler
Comment 2 Brian Paul 2008-03-19 16:28:14 UTC
fixed in git.  Thanks.
Comment 3 Adam Jackson 2009-08-24 12:29:40 UTC
Mass version move, cvs -> git

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.