From patchwork Sun Aug 8 22:37:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [doc] remove the duplicated item vect_int_mult Date: Sun, 08 Aug 2010 12:37:01 -0000 From: Gerald Pfeifer X-Patchwork-Id: 61237 Message-Id: To: Richard Guenther , Ian Lance Taylor Cc: Eric Fisher , gcc-patches On Wed, 7 Jul 2010, Eric Fisher wrote: > 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. Thanks, Eric. Richi, Ian, this looks correct to me and the descsription actually is the one we have for vect_widen_mult_hi_to_si, but it's always possible I am missing something. If you tell me it's okay, I'll take care of committing this for Eric. Gerald 2010-08-09 Eric Fisher * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry. Index: doc/sourcebuild.texi =================================================================== --- doc/sourcebuild.texi (revision 163020) +++ doc/sourcebuild.texi (working copy) @@ -1324,11 +1324,6 @@ @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}.