On Wed, 2002-07-31 at 10:43, Daniel Jacobowitz wrote: > That's not correct. It can handle hand-written Altivec code but it > will not produce it automatically. speaking of this... I been playing around with the vector enabled ops in os X and just tried them out in linux, but no dice. Are any of the apple gcc extensions to C available in debian? I tried compiling with gcc-3.1 -maltivec -mabi=altivec [...] but lines like: vector unsigned long; weren't recognized.
am I missing something? -m

