From patchwork Thu Apr 3 18:01:56 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bill Schmidt X-Patchwork-Id: 336705 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]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id C8B081400A1 for ; Fri, 4 Apr 2014 05:02:12 +1100 (EST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:cc:date:content-type :content-transfer-encoding:mime-version; q=dns; s=default; b=P2J rXrm5DNh85GsRJ/JhmvnTyNgcuZjJgvB82LJ6UoeCT/Md16CiR7UAN4/Wlx8TH0H fOwXsb8jg2Vd2T1B1UVzS+4ybFx/kNtecMmCfRtwqAeCwM3tDHwS3ob3OT6uMwEQ M175UocyGJi/L4CwAi/jn9JrpX4O15N3v0vChprI= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender :message-id:subject:from:to:cc:date:content-type :content-transfer-encoding:mime-version; s=default; bh=yZ7YGjgPU 5c0moZ6VW0mwZm/gew=; b=KuzfvwEtjY8xjMnrpaMsawo1OdDcBn3LlA0QdCTTf XG4UYQCnWCp5zxY9CHBmUPiyOwMuhNkV+/vnSmLaQkeTVX9MOirTjPMa0v+VMGe2 HeOa2p9cyWFCvs5r3DoF/fKzrZIBDWy/AKM3pNl9+Kd1K+UrG3P7o1YMd5zNO9V7 s4= Received: (qmail 4426 invoked by alias); 3 Apr 2014 18:02:04 -0000 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 Received: (qmail 4394 invoked by uid 89); 3 Apr 2014 18:02:04 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.8 required=5.0 tests=AWL, BAYES_00, RP_MATCHES_RCVD autolearn=ham version=3.3.2 X-HELO: e39.co.us.ibm.com Received: from e39.co.us.ibm.com (HELO e39.co.us.ibm.com) (32.97.110.160) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Thu, 03 Apr 2014 18:02:01 +0000 Received: from /spool/local by e39.co.us.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Thu, 3 Apr 2014 12:01:59 -0600 Received: from d01dlp03.pok.ibm.com (9.56.250.168) by e39.co.us.ibm.com (192.168.1.139) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Thu, 3 Apr 2014 12:01:58 -0600 Received: from b01cxnp23033.gho.pok.ibm.com (b01cxnp23033.gho.pok.ibm.com [9.57.198.28]) by d01dlp03.pok.ibm.com (Postfix) with ESMTP id 338F5C90026 for ; Thu, 3 Apr 2014 14:01:52 -0400 (EDT) Received: from d01av03.pok.ibm.com (d01av03.pok.ibm.com [9.56.224.217]) by b01cxnp23033.gho.pok.ibm.com (8.13.8/8.13.8/NCO v10.0) with ESMTP id s33I1tUu8782138 for ; Thu, 3 Apr 2014 18:01:55 GMT Received: from d01av03.pok.ibm.com (localhost [127.0.0.1]) by d01av03.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id s33I1tf8027578 for ; Thu, 3 Apr 2014 14:01:55 -0400 Received: from [9.50.20.76] (dyn9050020076.mts.ibm.com [9.50.20.76] (may be forged)) by d01av03.pok.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id s33I1sLm027496; Thu, 3 Apr 2014 14:01:54 -0400 Message-ID: <1396548116.5401.6.camel@gnopaine> Subject: [4.8, PATCH 29/26] Backport Power8 and LE support: Document vec_vgbbd From: Bill Schmidt To: gcc-patches@gcc.gnu.org Cc: dje.gcc@gmail.com Date: Thu, 03 Apr 2014 13:01:56 -0500 Mime-Version: 1.0 X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 14040318-9332-0000-0000-000000553DEB X-IsSubscribed: yes Hi, This patch (diff-vecdoc) is the last addition to the 4.8 PowerPC backport patch series. It simply adds some missing documentation that should have been part of one of the previous patches. I'm currently doing one more quick round of testing with the three late-addition patches, and will then be ready to commit the series. Thanks, Bill [gcc] 2014-04-03 Bill Schmidt Back port from main line: 2014-04-01 Michael Meissner * doc/extend.texi (PowerPC AltiVec/VSX Built-in Functions): Document vec_vgbbd. Index: gcc-4_8-test3/gcc/doc/extend.texi =================================================================== --- gcc-4_8-test3.orig/gcc/doc/extend.texi +++ gcc-4_8-test3/gcc/doc/extend.texi @@ -14132,6 +14132,9 @@ vector unsigned short vec_vclzh (vector vector int vec_vclzw (vector int); vector unsigned int vec_vclzw (vector int); +vector signed char vec_vgbbd (vector signed char); +vector unsigned char vec_vgbbd (vector unsigned char); + vector long long vec_vmaxsd (vector long long, vector long long); vector unsigned long long vec_vmaxud (vector unsigned long long,