From patchwork Wed Jul 7 09:45:25 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Fisher X-Patchwork-Id: 58100 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 BC7A0B6EFE for ; Wed, 7 Jul 2010 19:45:52 +1000 (EST) Received: (qmail 5221 invoked by alias); 7 Jul 2010 09:45:51 -0000 Received: (qmail 5212 invoked by uid 22791); 7 Jul 2010 09:45:50 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=AWL, BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, FREEMAIL_FROM, RCVD_IN_DNSWL_NONE X-Spam-Check-By: sourceware.org Received: from mail-qy0-f182.google.com (HELO mail-qy0-f182.google.com) (209.85.216.182) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 07 Jul 2010 09:45:47 +0000 Received: by qyk7 with SMTP id 7so2879784qyk.20 for ; Wed, 07 Jul 2010 02:45:45 -0700 (PDT) Received: by 10.224.115.157 with SMTP id i29mr3384234qaq.262.1278495945199; Wed, 07 Jul 2010 02:45:45 -0700 (PDT) MIME-Version: 1.0 Received: by 10.229.91.17 with HTTP; Wed, 7 Jul 2010 02:45:25 -0700 (PDT) From: Eric Fisher Date: Wed, 7 Jul 2010 17:45:25 +0800 Message-ID: Subject: [doc] remove the duplicated item vect_int_mult To: gcc-patches 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 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 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}.