From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 97157 invoked by alias); 19 Jun 2017 16:22:31 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 96464 invoked by uid 89); 19 Jun 2017 16:22:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.2 required=5.0 tests=AWL,BAYES_00,KAM_LAZY_DOMAIN_SECURITY,T_RP_MATCHES_RCVD autolearn=no version=3.3.2 spammy= X-HELO: camailhost.cavium.com Received: from camailhost.cavium.com (HELO camailhost.cavium.com) (12.108.191.230) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Mon, 19 Jun 2017 16:22:21 +0000 Received: from sellcey-dt.caveonetworks.com ([10.18.104.136]) by camailhost.cavium.com (8.14.7/8.14.7) with ESMTP id v5JGMOTj023991 for ; Mon, 19 Jun 2017 09:22:24 -0700 Received: from sellcey-dt.caveonetworks.com (localhost [127.0.0.1]) by sellcey-dt.caveonetworks.com (8.15.2/8.15.2/Debian-3) with ESMTP id v5JGMOL4013152 for ; Mon, 19 Jun 2017 09:22:24 -0700 Received: (from sellcey@localhost) by sellcey-dt.caveonetworks.com (8.15.2/8.15.2/Submit) id v5JGMNbf013151; Mon, 19 Jun 2017 09:22:23 -0700 Date: Mon, 19 Jun 2017 16:22:00 -0000 From: Steve Ellcey Message-Id: <201706191622.v5JGMNbf013151@sellcey-dt.caveonetworks.com> To: gcc-patches@gcc.gnu.org Subject: [PATCH] Ping of ccmp.c (conditional compare) patch Reply-To: sellcey@cavium.com X-SW-Source: 2017-06/txt/msg01338.txt.bz2 This is a re-ping of: https://gcc.gnu.org/ml/gcc-patches/2017-05/msg00021.html It was pointed out to me that my original subject line [PATCH/AARCH64] might be misleading since the patch is not to code in config/aarch64. It is to ccmp.c which is in the shared gcc directory. That said, aarch64 is currently the only architecture that uses this code because it is the only architecture that sets targetm.gen_ccmp_first and targetm.gen_ccmp_next. Steve Ellcey