From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 63446 invoked by alias); 22 Apr 2016 12:49:13 -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 63433 invoked by uid 89); 22 Apr 2016 12:49:12 -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=Changes X-HELO: e24smtp05.br.ibm.com X-IBM-Helo: d24dlp01.br.ibm.com X-IBM-MailFrom: tuliom@linux.vnet.ibm.com X-IBM-RcptTo: libc-alpha@sourceware.org From: "Tulio Magno Quites Machado Filho" To: "Paul E. Murphy" , "libc-alpha\@sourceware.org" Cc: Subject: Re: [PATCHv2] powerpc: Add optimized strcspn for P8 In-Reply-To: <57194FD0.6060406@linux.vnet.ibm.com> References: <57194FD0.6060406@linux.vnet.ibm.com> User-Agent: Notmuch/0.20.2 (http://notmuchmail.org) Emacs/24.4.51.1 (x86_64-unknown-linux-gnu) Date: Fri, 22 Apr 2016 12:49:00 -0000 Message-ID: <87shyd24hv.fsf@linux.vnet.ibm.com> MIME-Version: 1.0 Content-Type: text/plain X-TM-AS-MML: disable X-Content-Scanned: Fidelis XPS MAILER x-cbid: 16042212-0033-0000-0000-0000091B217E X-SW-Source: 2016-04/txt/msg00556.txt.bz2 "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. -- Tulio Magno