From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 60362 invoked by alias); 25 Apr 2016 14:21:23 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 60343 invoked by uid 89); 25 Apr 2016 14:21:22 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,KAM_LAZY_DOMAIN_SECURITY,RP_MATCHES_RCVD autolearn=ham version=3.3.2 spammy=Hx-languages-length:625 X-HELO: e35.co.us.ibm.com X-IBM-Helo: d03dlp03.boulder.ibm.com X-IBM-MailFrom: murphyp@linux.vnet.ibm.com X-IBM-RcptTo: libc-alpha@sourceware.org Subject: Re: [PATCHv2] powerpc: Add optimized strcspn for P8 To: Tulio Magno Quites Machado Filho , "libc-alpha@sourceware.org" References: <57194FD0.6060406@linux.vnet.ibm.com> <87shyd24hv.fsf@linux.vnet.ibm.com> From: "Paul E. Murphy" Message-ID: <571E27BE.7070707@linux.vnet.ibm.com> Date: Mon, 25 Apr 2016 14:21:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.7.1 MIME-Version: 1.0 In-Reply-To: <87shyd24hv.fsf@linux.vnet.ibm.com> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16042514-0013-0000-0000-0000348F4ACB X-SW-Source: 2016-04/txt/msg00626.txt.bz2 Thank you for reviewing Tulio. Pushed as 8f1b841e452dbb083112fd036033b7f4af506ba0 . On 04/22/2016 07:49 AM, Tulio Magno Quites Machado Filho wrote: > "Paul E. Murphy" writes: > >> Changes from v1: >> >> * Tweak the macros a little more such to remove the need for the >> more invasive modification of the EALIGN/END macros when building >> the multiarch variants. >> >> * Fix a trivial merge conflict in the makefile. >> >> ---8<--- >> A few minor adjustments to the P8 strspn gives us >> an almost equally optimized P8 strcspn. > > LGTM. >