]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
authorEric Fisher <joefoxreal@gmail.com>
Mon, 9 Aug 2010 11:08:59 +0000 (11:08 +0000)
committerGerald Pfeifer <gerald@gcc.gnu.org>
Mon, 9 Aug 2010 11:08:59 +0000 (11:08 +0000)
From-SVN: r163028

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 93cc8edbd74060ab33e82aff0ff45949c5608158..00d54bc97d67708e97c8ab2ac6100e47f6befd25 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-09  Eric Fisher <joefoxreal@gmail.com>
+
+       * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
+
 2010-08-08  Nathan Froyd  <froydnj@codesourcery.com>
 
        * c-tree.h (build_arg_info): Declare.
index e78158ffc96d9b5163c6a39229212a7c8ea05228..e7ff2928a9b9dc0cb88035fd894ec77d04edff86 100644 (file)
@@ -1324,11 +1324,6 @@ Target supports hardware vectors of @code{float}.
 @item vect_int
 Target supports hardware vectors of @code{int}.
 
-@item vect_int_mult
-Target supports a vector widening multiplication of @code{short} operands
-into an @code{int} result, or supports promotion (unpacking) from
-@code{short} to @code{int} and a non-widening multiplication of @code{int}.
-
 @item vect_long
 Target supports hardware vectors of @code{long}.