From: Eric Fisher Date: Mon, 9 Aug 2010 11:08:59 +0000 (+0000) Subject: * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry. X-Git-Tag: releases/gcc-4.6.0~5162 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee00e2290211b4e10b598347de677f877274b49;p=thirdparty%2Fgcc.git * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry. From-SVN: r163028 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 93cc8edbd740..00d54bc97d67 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2010-08-09 Eric Fisher + + * doc/sourcebuild.texi (vect_int_mult): Remove duplicate entry. + 2010-08-08 Nathan Froyd * c-tree.h (build_arg_info): Declare. diff --git a/gcc/doc/sourcebuild.texi b/gcc/doc/sourcebuild.texi index e78158ffc96d..e7ff2928a9b9 100644 --- a/gcc/doc/sourcebuild.texi +++ b/gcc/doc/sourcebuild.texi @@ -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}.