Bug 15503 - Only check for __x86_64__ since all known unix compilers define it
Summary: Only check for __x86_64__ since all known unix compilers define it
Status: RESOLVED FIXED
Alias: None
Product: Mesa
Classification: Unclassified
Component: Mesa core (show other bugs)
Version: git
Hardware: Other All
: medium minor
Assignee: mesa-dev
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-04-14 11:36 UTC by Matt Turner
Modified: 2009-08-24 12:29 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments
replace __amd64__ and similar with __x86_64__ (1.50 KB, patch)
2008-04-14 11:36 UTC, Matt Turner
Details | Splinter Review

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.