diff mbox

[doc] remove the duplicated item vect_int_mult

Message ID AANLkTimvJrFrVfexnFVhf3KCVsBurGX0P8XDgWYuXJJE@mail.gmail.com
State New
Headers show

Commit Message

Eric Fisher July 7, 2010, 9:45 a.m. UTC
Hi,

I'd like to prepare a patch to remove the duplicated item as I
mentioned in http://gcc.gnu.org/ml/gcc/2010-07/msg00086.html.

ChangeLog

sourcebuild.texi: remove duplicated item vect_int_mult.

Thanks,
Eric
diff mbox

Patch

Index: doc/sourcebuild.texi
===================================================================
--- doc/sourcebuild.texi	(revision 161865)
+++ doc/sourcebuild.texi	(working copy)
@@ -1324,11 +1324,6 @@  Target supports hardware vectors of @cod
 @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}.