Re: "vector" Framework
Re: "vector" Framework
- Subject: Re: "vector" Framework
- From: Eric Albert <email@hidden>
- Date: Tue, 7 Feb 2006 09:52:24 -0800
On Feb 7, 2006, at 4:03 AM, Lionel Lacassagne wrote:
Thanks for the previous answers which help me to switch from XCode 1.5
to 2.2
I've succeeded in rebuilding my scalar Frameworks, by recreating them
from scratch.
In my current SIMD Framework, I have a set a definition like
typedef vector float vfloat;
typedef vector char vchar;
typedef vector signed int vsint8;
...
my definitions are - of course - very similar to the definitions in
vecLibTypes.h (the only diff is the use of UpperCase for Accelerate
Framework)
vUint8, vSInt8, ...
My problem is (not to swap from my previous definition with lowercase
to UpperCase) that the keyword "vector" seems to be no more
recognized...
In a stand alone project (with only Carbon.framework) I can use
redefinition like mine (typedef vector float vfloat;) the word
"vector" is accepted
But in a framework "vector" is not accepted (not in Release, not in
Debug)
Sounds like AltiVec isn't enabled for your target or project. Check
your settings to make sure the "Enable AltiVec Extensions" check box is
turned on.
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