Re: altivec matrix functions
Re: altivec matrix functions
- Subject: Re: altivec matrix functions
- From: "Timothy J. Wood" <email@hidden>
- Date: Thu, 29 Aug 2002 09:57:35 -0700
This should be automatically defined by the compiler when you enable
Altivec (add -faltivec to your compiler flags).
-tim
On Thursday, August 29, 2002, at 06:49 AM, Dean Tresner wrote:
I am interested in using the linear algebra functions described in the
various vecLib.h sub-files. Aside from the vector stuff in vDSP.h, all
of the rest of the function prototypes (spec. the matrix stuff) are
wrapped in "#ifdef __VEC__" directives. "__VEC__" is nowhere defined
in the framework. Does this mean that those functions are not yet
implemented?
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.