This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH 4/4] Remove powerpc64 strspn, strcspn, and strpbrk implementation
- From: "Paul E. Murphy" <murphyp at linux dot vnet dot ibm dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>, libc-alpha at sourceware dot org
- Cc: Tulio Magno Quites Machado Filho <tuliom at linux dot vnet dot ibm dot com>
- Date: Mon, 28 Mar 2016 11:08:39 -0500
- Subject: Re: [PATCH 4/4] Remove powerpc64 strspn, strcspn, and strpbrk implementation
- Authentication-results: sourceware.org; auth=none
- References: <1459178389-14133-1-git-send-email-adhemerval dot zanella at linaro dot org> <1459178389-14133-5-git-send-email-adhemerval dot zanella at linaro dot org>
Hi Adhemerval,
Thanks for commonizing that. I'm surprised it hasn't been done earlier.
Anyhow, coincidental timing. I posted https://sourceware.org/ml/libc-alpha/2016-03/msg00642.html
friday to optimize strspn with vector bit permutes. We'll need to coordinate
these patches.
Thanks,
Paul