Re: Enabling SSE with Release build Configuration
Re: Enabling SSE with Release build Configuration
- Subject: Re: Enabling SSE with Release build Configuration
- From: Eric Albert <email@hidden>
- Date: Sat, 2 Sep 2006 00:00:50 -0700
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