This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 3/3] powerpc: Add powerpc64 strpbrk optimization
- From: Adhemerval Zanella <azanella at linux dot vnet dot ibm dot com>
- To: "GNU C. Library" <libc-alpha at sourceware dot org>
- Date: Mon, 01 Dec 2014 17:31:09 -0200
- Subject: Re: [PATCH 3/3] powerpc: Add powerpc64 strpbrk optimization
- Authentication-results: sourceware.org; auth=none
- References: <54736353 dot 8080409 at linux dot vnet dot ibm dot com>
On 24-11-2014 14:56, Adhemerval Zanella wrote:
> This patch makes the POWER7 optimized strpbrk generic by using
> default doubleword stores to zero the hash, instead of VSX
> instructions. Performance on POWER7/POWER8 machines does not
> changed and they are faster on older machine (POWER6).
>
>
> Checked on powerpc64.
If no one opposes it, I will commit it.