From: Aldy Hernandez Date: Fri, 11 Oct 2002 04:15:14 +0000 (+0000) Subject: extend.texi (Vector Extensions): Remove comment about single element vectors. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=349e9f4b0b9e34a4a7408064caf7d23e786073a5;p=gcc.git extend.texi (Vector Extensions): Remove comment about single element vectors. * extend.texi (Vector Extensions): Remove comment about single element vectors. From-SVN: r58041 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index badf569c1e3..b49819b387a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2002-10-10 Aldy Hernandez + + * extend.texi (Vector Extensions): Remove comment about single + element vectors. + 2002-10-10 Kaveh R. Ghazi * fold-const.c (size_htab_hash): Use htab_hash_pointer. diff --git a/gcc/doc/extend.texi b/gcc/doc/extend.texi index f583a6747b5..cc7fdf17e60 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