Re: Enabling Intel compilation?
Re: Enabling Intel compilation?
- Subject: Re: Enabling Intel compilation?
- From: Eric Albert <email@hidden>
- Date: Tue, 7 Jun 2005 00:18:15 -0700
On Jun 6, 2005, at 10:34 PM, Alex Telitsine wrote:
That's it __ppc__ and __i386__ works. ( And I guess __VEC__ and
__SSE__ will do to).
In general, we recommend that you use the #defines closest to the
kind of change you're #defining in or out. In other words, __VEC__
and __SSE__ would be preferred here.
Also, for what it's worth, gcc on Mac OS X defaults to -msse2 when
building for Intel, so you don't need to check for __SSE__ unless
you're using that as a way to avoid building the code in question for
PowerPC.
Eric
Core Technologies
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden