From patchwork Wed Feb 17 18:51:29 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Krebbel X-Patchwork-Id: 584309 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 DB6B4140271 for ; Thu, 18 Feb 2016 05:51:52 +1100 (AEDT) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; unprotected) header.d=gcc.gnu.org header.i=@gcc.gnu.org header.b=Uox0cEFt; dkim-atps=neutral DomainKey-Signature: a=rsa-sha1; c=nofws; d=gcc.gnu.org; h=list-id :list-unsubscribe:list-archive:list-post:list-help:sender:from :to:subject:date:message-id:in-reply-to:references; q=dns; s= default; b=XbAUl4LYyhirbhKS+wnE7iwEqkJNB/oK2vvez41Dsyf9LPdcUu62c OKAJyn7l0PW2V0kIjJXEyc3BIyBx+5KCFT224KyuDxz5BWUKEP+rF2qpUc1qRB5s RFRFa6Z64463frEQT5ZDjEDUXtgZpm4EAYD54Pc7xPe/AHFb21lG0M= 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:from :to:subject:date:message-id:in-reply-to:references; s=default; bh=vBW7b7+IqaNVFA/J6MbWk/SEo9g=; b=Uox0cEFt+ITu7ju0Ct3a/XmjFoVN eB2b7dkG+MY1pw5Ewg2eUUeJVITzQR7WFrh88DeiFkOl3ID2lujOuAVc/16DQr4I zdilETkFvXLhsInjxotUVDBE6bqie1536QbkYIwb/Ib1epAe4SUomHcZrmokK6hA Hco5a8tJ/2Etc+4= Received: (qmail 125662 invoked by alias); 17 Feb 2016 18:51:41 -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 125636 invoked by uid 89); 17 Feb 2016 18:51:40 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.9 required=5.0 tests=BAYES_00, KAM_LAZY_DOMAIN_SECURITY, RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy=Hx-languages-length:861 X-HELO: e06smtp14.uk.ibm.com Received: from e06smtp14.uk.ibm.com (HELO e06smtp14.uk.ibm.com) (195.75.94.110) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (CAMELLIA256-SHA encrypted) ESMTPS; Wed, 17 Feb 2016 18:51:39 +0000 Received: from localhost by e06smtp14.uk.ibm.com with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted for from ; Wed, 17 Feb 2016 18:51:36 -0000 Received: from d06dlp02.portsmouth.uk.ibm.com (9.149.20.14) by e06smtp14.uk.ibm.com (192.168.101.144) with IBM ESMTP SMTP Gateway: Authorized Use Only! Violators will be prosecuted; Wed, 17 Feb 2016 18:51:35 -0000 X-IBM-Helo: d06dlp02.portsmouth.uk.ibm.com X-IBM-MailFrom: krebbel@linux.vnet.ibm.com X-IBM-RcptTo: gcc-patches@gcc.gnu.org Received: from b06cxnps3075.portsmouth.uk.ibm.com (d06relay10.portsmouth.uk.ibm.com [9.149.109.195]) by d06dlp02.portsmouth.uk.ibm.com (Postfix) with ESMTP id 10A9B2190019 for ; Wed, 17 Feb 2016 18:51:20 +0000 (GMT) Received: from d06av05.portsmouth.uk.ibm.com (d06av05.portsmouth.uk.ibm.com [9.149.37.229]) by b06cxnps3075.portsmouth.uk.ibm.com (8.14.9/8.14.9/NCO v10.0) with ESMTP id u1HIpYxP34406614 for ; Wed, 17 Feb 2016 18:51:34 GMT Received: from d06av05.portsmouth.uk.ibm.com (localhost [127.0.0.1]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVout) with ESMTP id u1HIpYvx011223 for ; Wed, 17 Feb 2016 11:51:34 -0700 Received: from maggie.ibm.com (icon-9-164-149-26.megacenter.de.ibm.com [9.164.149.26]) by d06av05.portsmouth.uk.ibm.com (8.14.4/8.14.4/NCO v10.0 AVin) with ESMTP id u1HIpW7I011171 (version=TLSv1/SSLv3 cipher=AES256-SHA256 bits=256 verify=NO) for ; Wed, 17 Feb 2016 11:51:34 -0700 From: Andreas Krebbel To: gcc-patches@gcc.gnu.org Subject: [PATCH 6/9] S/390: Add vec_sub_u128 to vecintrin.h Date: Wed, 17 Feb 2016 19:51:29 +0100 Message-Id: <1455735092-1607-7-git-send-email-krebbel@linux.vnet.ibm.com> In-Reply-To: <1455735092-1607-1-git-send-email-krebbel@linux.vnet.ibm.com> References: <1455735092-1607-1-git-send-email-krebbel@linux.vnet.ibm.com> X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16021718-0017-0000-0000-000007378C0D X-IsSubscribed: yes This adds a missing macro to the vecintrin.h header file. gcc/ChangeLog: 2016-02-17 Andreas Krebbel * config/s390/vecintrin.h (vec_sub_u128): Define missing macro. --- gcc/config/s390/vecintrin.h | 1 + 1 file changed, 1 insertion(+) diff --git a/gcc/config/s390/vecintrin.h b/gcc/config/s390/vecintrin.h index b9742ec..ab82e7a 100644 --- a/gcc/config/s390/vecintrin.h +++ b/gcc/config/s390/vecintrin.h @@ -80,6 +80,7 @@ __lcbb(const void *ptr, int bndry) #define vec_checksum __builtin_s390_vcksm #define vec_gfmsum_128 __builtin_s390_vgfmg #define vec_gfmsum_accum_128 __builtin_s390_vgfmag +#define vec_sub_u128 __builtin_s390_vsq #define vec_subc_u128 __builtin_s390_vscbiq #define vec_sube_u128 __builtin_s390_vsbiq #define vec_subec_u128 __builtin_s390_vsbcbiq