Re: Linking 64 bit app against vDSP other Accelerate libraries?
Re: Linking 64 bit app against vDSP other Accelerate libraries?
- Subject: Re: Linking 64 bit app against vDSP other Accelerate libraries?
- From: "Shawn Erickson" <email@hidden>
- Date: Wed, 14 Nov 2007 11:48:57 -0800
On 11/14/07, Rick Hoge <email@hidden> wrote:
> vadd(&data1,1,&data2,1,&result,1,1);
What if you try the following? (how the API is documented)
vDSP_vadd(&data1,1,&data2,1,&result,1,1);
You appear to be using vadd directly which appears to not exist for
ppc64 or x86_64 (see vDSP_translate.h and the fact that that header is
only included for i386 and ppc).
-Shawn
_______________________________________________
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