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.
Created attachment 15314 [details] [review] Correctly Fix undefined IEEE_ONE with Intel C Compiler
fixed in git. Thanks.
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.