aboutsummaryrefslogtreecommitdiff
path: root/gcc/doc
diff options
context:
space:
mode:
authorAldy Hernandez <aldyh@redhat.com>2002-10-11 04:15:14 +0000
committerAldy Hernandez <aldyh@gcc.gnu.org>2002-10-11 04:15:14 +0000
commit349e9f4b0b9e34a4a7408064caf7d23e786073a5 (patch)
tree8c32be4c00a51a316706d44686c7be12f856ab81 /gcc/doc
parent7bdfd72e8db8e421d5c52c263ef4766c8bac2599 (diff)
downloadgcc-349e9f4b0b9e34a4a7408064caf7d23e786073a5.zip
gcc-349e9f4b0b9e34a4a7408064caf7d23e786073a5.tar.gz
gcc-349e9f4b0b9e34a4a7408064caf7d23e786073a5.tar.bz2
extend.texi (Vector Extensions): Remove comment about single element vectors.
* extend.texi (Vector Extensions): Remove comment about single element vectors. From-SVN: r58041
Diffstat (limited to 'gcc/doc')
-rw-r--r--gcc/doc/extend.texi3
1 files changed, 0 insertions, 3 deletions
diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi
index f583a67..cc7fdf1 100644
--- a/gcc/doc/extend.texi
+++ b/gcc/doc/extend.texi
@@ -4443,9 +4443,6 @@ A floating point value, as wide as a SI mode integer, usually 32 bits.
A floating point value, as wide as a DI mode integer, usually 64 bits.
@end table
-There are no @code{V1xx} vector modes - they would be identical to the
-corresponding base mode.
-
Specifying a combination that is not valid for the current architecture
will cause gcc to synthesize the instructions using a narrower mode.
For example, if you specify a variable of type @code{V4SI} and your