Re: XCode and SSE4.1?
Re: XCode and SSE4.1?
- Subject: Re: XCode and SSE4.1?
- From: Chris Espinosa <email@hidden>
- Date: Tue, 25 Nov 2008 18:20:00 -0800
On Nov 25, 2008, at 5:28 PM, Robert Monaghan wrote: Is there some instructions for adding SSE4.1 support to XCode 3.1.x projects?
See "Programming SSE in C" in the AlitVec/SSE Migration Guide
Also, what defines should be used to compile SSE4 intrinsics?
Add -msse3 to Other C Flags.
But before you go to all the trouble, read Mac OS X Manual Page For SSE4 and see what higher-level frameworks Apple has already built, tuned, and optimized for portability across the many chipsets available in Macs.
Chris |
_______________________________________________
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