A Far Less Ambitous Altivec patch

Hartmut Penner HPENNER@de.ibm.com
Tue Jan 13 09:32:00 GMT 2004


Zem,
      couldn't you release the changes to the testcases independend
to the other part of the patch ?

And, don't change in altivec-10.c

asm volatile ("vor 0,0,0")  to asm volatile ("vor v0,v0,v0") since this
will
break on ppc64 linux ...

Maybe change to
#ifdef __MACH__
asm volatile ("vor v0,v0,v0");
#else
asm volatile ("vor 0,0,0");
#endif

      regards, Hartmut



More information about the Gcc-patches mailing list