http://bugs.freedesktop.org/show_bug.cgi?id=15134

           Summary: IEEE_ONE undefined when compiling with Intel C Compiler
           Product: Mesa
           Version: CVS
          Platform: x86-64 (AMD64)
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Mesa core
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=15313)
 --> (http://bugs.freedesktop.org/attachment.cgi?id=15313)
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.


-- 
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Mesa3d-dev mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to