"vector" Framework
"vector" Framework
- Subject: "vector" Framework
- From: Lionel Lacassagne <email@hidden>
- Date: Tue, 07 Feb 2006 13:03:46 +0100
- Organization: IEF
Hi,
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)
Is it a new restriction to enforce compatibility with Intel SSE2/3 ? is
it due to the targeted architecture $(NATIVE_ARCH) that should be fidex
to "PPC" only?
I am a bit surprised since the problem also happens in Debug mode, where
there is no "i386 binary" generated ...
One again, thanks in advance :-)
Lionel
_______________________________________________
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