Bug 15503

Summary: Only check for __x86_64__ since all known unix compilers define it
Product: Mesa Reporter: Matt Turner <mattst88>
Component: Mesa coreAssignee: mesa-dev
Status: RESOLVED FIXED QA Contact:
Severity: minor    
Priority: medium    
Version: git   
Hardware: Other   
OS: All   
Whiteboard:
i915 platform: i915 features:
Attachments: replace __amd64__ and similar with __x86_64__

Description Matt Turner 2008-04-14 11:36:36 UTC
Created attachment 15915 [details] [review]
replace __amd64__ and similar with __x86_64__

icc does not define __amd64 or __amd64__ (and thus breaks the standard) but does define __x86_64__.

This patch replaces all checks for __amd64__ or similar with __x86_64__. (Only three checks)
Comment 1 Brian Paul 2008-04-14 13:10:52 UTC
Fixed.  Thanks.
Comment 2 Adam Jackson 2009-08-24 12:29:52 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.