[patch] extend.texi MIPS PS/3D Support

Devang Patel dpatel@apple.com
Wed Sep 22 03:14:00 GMT 2004


On Sep 21, 2004, at 6:33 PM, Giovanni Bajo wrote:

> Does MIPS PS/3D work also with the autovectorizer?

Autovectorizer checks if required vector instruction is supported by 
target or not. I am not familiar with MIPS PS/3D but if vector insns 
match then why not? It would be good idea to update vectorization tests 
for other vector architectures. Right now each tests contain following 
powerpc and x68 specific options setting.

/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-stats -maltivec" 
{ target powerpc*-*-* } } */
/* { dg-options "-O2 -ftree-vectorize -fdump-tree-vect-stats -msse2" { 
target i?86-*-* x86_64-*-* } } */


-
Devang



More information about the Gcc-patches mailing list