diff options
author | Revital Eres <eres@il.ibm.com> | 2007-10-31 17:04:42 +0000 |
---|---|---|
committer | Revital Eres <revitale@gcc.gnu.org> | 2007-10-31 17:04:42 +0000 |
commit | e2e95f45a8324f5aeacdc191217359f747fc2c26 (patch) | |
tree | ffcd2f0cd6e20a0379266c1ddc17953d9734dcc9 /gcc/config/rs6000/750cl.h | |
parent | 1e4c40729a2606b0b3cd7993d9f6faac7ca1506b (diff) | |
download | gcc-e2e95f45a8324f5aeacdc191217359f747fc2c26.zip gcc-e2e95f45a8324f5aeacdc191217359f747fc2c26.tar.gz gcc-e2e95f45a8324f5aeacdc191217359f747fc2c26.tar.bz2 |
Enable auto-vectorization for PowerPC 750CL paired-single instructions
From-SVN: r129803
Diffstat (limited to 'gcc/config/rs6000/750cl.h')
-rw-r--r-- | gcc/config/rs6000/750cl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/config/rs6000/750cl.h b/gcc/config/rs6000/750cl.h index d01761b..b88a194 100644 --- a/gcc/config/rs6000/750cl.h +++ b/gcc/config/rs6000/750cl.h @@ -21,3 +21,6 @@ #undef TARGET_PAIRED_FLOAT #define TARGET_PAIRED_FLOAT rs6000_paired_float +#undef ASM_CPU_SPEC +#define ASM_CPU_SPEC "-m750cl" + |