AltiVec on OSX in Cocoa
AltiVec on OSX in Cocoa
- Subject: AltiVec on OSX in Cocoa
- From: Jake <email@hidden>
- Date: Sat, 10 Nov 2001 21:15:55 -0500 (EST)
How does one go about adding altiVec code in a Cocoa program? Looking at
the Apple documentation seems to suggest that one should use MrC. I don't
see an altivec project template. Maybe someone here can shed some light on
this. By inspecting some of the sample project builder projects i see that
one need to add
-faltivec
as a compile option. Is there any thing else that one need to do other
than the addition of the compile time flag?
Jake