about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
diff options
context:
space:
mode:
authorVidya Ranganathan <vidya@linux.vnet.ibm.com>2014-03-10 12:20:36 -0400
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2014-03-11 08:54:33 -0500
commite65caf1f1df4ecc122da3d30689ee2e8e2bd354f (patch)
tree512c80cac0072cacd0fe600c85eb208016406138 /sysdeps/powerpc/powerpc64/multiarch/strchrnul.c
parentba9cc0714e58a9e8fa73cf6b0e205cbf1e6b71f2 (diff)
downloadglibc-e65caf1f1df4ecc122da3d30689ee2e8e2bd354f.tar.gz
glibc-e65caf1f1df4ecc122da3d30689ee2e8e2bd354f.tar.xz
glibc-e65caf1f1df4ecc122da3d30689ee2e8e2bd354f.zip
PowerPC: strspn optimization for PPC64/POWER7
The optimization is achieved by following techniques:
  > hashing of needle.
  > hashing avoids scanning of duplicate entries in needle across the string.
  > initializing the hash table with Vector instructions (VSX) by quadword access.
  > unrolling when scanning for character in string across hash table.
Diffstat (limited to 'sysdeps/powerpc/powerpc64/multiarch/strchrnul.c')
0 files changed, 0 insertions, 0 deletions