Re: Enabling Intel compilation?
Re: Enabling Intel compilation?
- Subject: Re: Enabling Intel compilation?
- From: Thierry Faucounau <email@hidden>
- Date: Tue, 7 Jun 2005 06:33:40 +0200
On Jun 7, 2005, at 5:56 AM, Alex Telitsine wrote:
Nope, it is not defined. I need predefined symbol for PowerPC and
Intel compilations. Something like:
#ifdef ppc
#include <altivec_code>
#endif
#ifdef i386
#include <SSE3_code>
#endif
@
From the universal_binary.pdf doc posted today it seems these are
what you are looking for
__i386__ and __ppc__
Thierry Faucounau
Senior 3D Engineer -- Zonic
http://www.zonic.co.uk/games/
_______________________________________________
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