From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 64217 invoked by alias); 18 Jun 2017 18:16:12 -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 64190 invoked by uid 89); 18 Jun 2017 18:16:10 -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,RCVD_IN_DNSWL_LOW,SPF_PASS,T_RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=HTo:D*charter.net X-Spam-User: qpsmtpd, 2 recipients X-HELO: cc-smtpout1.netcologne.de Received: from cc-smtpout1.netcologne.de (HELO cc-smtpout1.netcologne.de) (89.1.8.211) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Sun, 18 Jun 2017 18:16:06 +0000 Received: from cc-smtpin2.netcologne.de (cc-smtpin2.netcologne.de [89.1.8.202]) by cc-smtpout1.netcologne.de (Postfix) with ESMTP id 8DFB41318A; Sun, 18 Jun 2017 20:16:09 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by cc-smtpin2.netcologne.de (Postfix) with ESMTP id 8588F11E0A; Sun, 18 Jun 2017 20:16:09 +0200 (CEST) Received: from [78.35.152.73] (helo=cc-smtpin2.netcologne.de) by localhost with ESMTP (eXpurgate 4.1.9) (envelope-from ) id 5946c369-022c-7f0000012729-7f000001aea0-1 for ; Sun, 18 Jun 2017 20:16:09 +0200 Received: from [192.168.178.20] (xdsl-78-35-152-73.netcologne.de [78.35.152.73]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by cc-smtpin2.netcologne.de (Postfix) with ESMTPSA; Sun, 18 Jun 2017 20:16:06 +0200 (CEST) Subject: Re: [patch, libfortran] Speed up cshift for dim > 1 To: Jerry DeLisle , "fortran@gcc.gnu.org" , gcc-patches References: <2c24688d-22e5-efde-4429-1eab756360a5@netcologne.de> From: Thomas Koenig Message-ID: Date: Sun, 18 Jun 2017 18:16:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2017-06/txt/msg01265.txt.bz2 Hi Jerry, > OK for trunk. Committed as r249350. Thanks for the review, and thanks to Dominique for testing. Doing the same for eoshift should be straightforward, I'll do that later (but certainly before the 8.1 release). Next, on to cshift with an array as shift. I have some ideas there, let's see how that works out. Regards Thomas