This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [doc] remove the duplicated item vect_int_mult
- From: Gerald Pfeifer <gerald at pfeifer dot com>
- To: Richard Guenther <rguenther at suse dot de>, Ian Lance Taylor <ian at airs dot com>
- Cc: Eric Fisher <joefoxreal at gmail dot com>, gcc-patches <gcc-patches at gcc dot gnu dot org>
- Date: Mon, 9 Aug 2010 00:37:01 +0200 (CEST)
- Subject: Re: [doc] remove the duplicated item vect_int_mult
- References: <AANLkTimvJrFrVfexnFVhf3KCVsBurGX0P8XDgWYuXJJE@mail.gmail.com>
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 <joefoxreal@gmail.com>
* 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}.