From patchwork Sun Aug 8 22:37:01 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Gerald Pfeifer X-Patchwork-Id: 61237 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) by ozlabs.org (Postfix) with SMTP id 834FBB6EDF for ; Mon, 9 Aug 2010 08:37:30 +1000 (EST) Received: (qmail 21749 invoked by alias); 8 Aug 2010 22:37:27 -0000 Received: (qmail 21740 invoked by uid 22791); 8 Aug 2010 22:37:27 -0000 X-SWARE-Spam-Status: No, hits=-2.1 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from vexpert.dbai.tuwien.ac.at (HELO vexpert.dbai.tuwien.ac.at) (128.131.111.2) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 08 Aug 2010 22:37:02 +0000 Received: from acrux.dbai.tuwien.ac.at (acrux.dbai.tuwien.ac.at [128.131.111.60]) by vexpert.dbai.tuwien.ac.at (Postfix) with ESMTP id 1AB6A1E05B; Mon, 9 Aug 2010 00:36:56 +0200 (CEST) Date: Mon, 9 Aug 2010 00:37:01 +0200 (CEST) From: Gerald Pfeifer To: Richard Guenther , Ian Lance Taylor cc: Eric Fisher , gcc-patches Subject: Re: [doc] remove the duplicated item vect_int_mult In-Reply-To: Message-ID: References: User-Agent: Alpine 2.00 (LNX 1167 2008-08-23) MIME-Version: 1.0 Content-ID: X-IsSubscribed: yes Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Delivered-To: mailing list gcc-patches@gcc.gnu.org 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}.