diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-20 15:28:07 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-20 19:46:13 -0500 |
commit | 6f23d0939e9651d8ac3c77a835fb6464b35a1dc4 (patch) | |
tree | 973400ed55f2eb85767f120cc41c33337abef187 /nptl/sem_close.c | |
parent | 8c92dfff412c20dc0c483ea68444d093a5672de0 (diff) | |
download | glibc-6f23d0939e9651d8ac3c77a835fb6464b35a1dc4.tar.gz glibc-6f23d0939e9651d8ac3c77a835fb6464b35a1dc4.tar.xz glibc-6f23d0939e9651d8ac3c77a835fb6464b35a1dc4.zip |
PowerPC: optimized strpbrk for POWER7
This patch add an optimized strpbrk for POWER7 by using a different algorithm than default implementation: it constructs a table based on the 'accept' argument and use this table to check for any occurance on the input string. The idea is similar as x86_64 uses. For PowerPC some tunings were added, such as unroll loops and memory clear using VSX instructions.
Diffstat (limited to 'nptl/sem_close.c')
0 files changed, 0 insertions, 0 deletions