Re: Enabling SSE with Release build Configuration
Re: Enabling SSE with Release build Configuration
- Subject: Re: Enabling SSE with Release build Configuration
- From: Ries Brad <email@hidden>
- Date: Sat, 2 Sep 2006 10:46:27 -0600
Thanks. I had changed this for the Debug settings to x86_64, and
thought it was applied for both. The obvious bugs can be the hardest
sometimes.
On Sep 2, 2006, at 1:00 AM, Eric Albert wrote:
On Sep 1, 2006, at 2:48 PM, Ries Brad wrote:
I am trying to compile a project containing SSE intrinsics on a
MacPro using Xcode 2.4. It compiles fine using the Debug Build
Configuration but fails with the Release settings. With the
default Release Build Config settings it cannot find the SSE
headers <xmmintrin.h>, <pmmintrin.h>, <emmintrin.h>. After
manually entering the path into the Header Search Paths, Xcode
complains that:
# error "SSE instructions not enabled"
in line 35 of xmmintrin.h
sse is supposed to be enabled by default but added -msse to Other
C Flags just to be sure. No help.
Sounds like your release build is probably building universal and
you're getting these errors from the PowerPC side of the build.
Hope this helps,
Eric
_______________________________________________
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