diff options
author | revitale <revitale@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-31 05:26:38 +0000 |
---|---|---|
committer | revitale <revitale@138bc75d-0d04-0410-961f-82ee72b054a4> | 2007-08-31 05:26:38 +0000 |
commit | a9de045e3994baa4e0ccb0bc3055e7ef3e697cd7 (patch) | |
tree | f6b30b9a0ef62545c6daf229e0c8c8eff0aa2a72 /gcc/config/rs6000/750cl.h | |
parent | e5ead12a0cb23e024117b90a912c24efd36f995a (diff) | |
download | gcc-a9de045e3994baa4e0ccb0bc3055e7ef3e697cd7.tar.gz |
Support for PowerPC 750CL paired-single instructions
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@127954 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/rs6000/750cl.h')
-rw-r--r-- | gcc/config/rs6000/750cl.h | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/gcc/config/rs6000/750cl.h b/gcc/config/rs6000/750cl.h new file mode 100644 index 00000000000..d01761b2ae2 --- /dev/null +++ b/gcc/config/rs6000/750cl.h @@ -0,0 +1,23 @@ +/* Enable 750cl paired single support. + Copyright (C) 2007 Free Software Foundation, Inc. + Contributed by Revital Eres (eres@il.ibm.com) + This file is part of GCC. + + GCC is free software; you can redistribute it and/or modify it + under the terms of the GNU General Public License as published + by the Free Software Foundation; either version 2, or (at your + option) any later version. + + GCC is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY + or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public + License for more details. + + You should have received a copy of the GNU General Public License + along with GCC; see the file COPYING. If not, write to the + Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston, + MA 02110-1301, USA. */ + +#undef TARGET_PAIRED_FLOAT +#define TARGET_PAIRED_FLOAT rs6000_paired_float + |