OSDN Git Service

* doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry.
authorgerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Aug 2010 11:08:59 +0000 (11:08 +0000)
committergerald <gerald@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 9 Aug 2010 11:08:59 +0000 (11:08 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@163028 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/doc/sourcebuild.texi

index 93cc8ed..00d54bc 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 e78158f..e7ff292 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}.