> Yes. malloc memory needs only be aligned for the standard types. > > If you need higher alignment use posix_memalign. Or vec_malloc(). That's what it's there for... Oooh wait, it's not there. Time to add it... To <altivec.h>, probably as a macro for posix_memalign(). Segher