about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch/strrchr.c
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: strrchr optimization for POWER7/PPC64Rajalakshmi Srinivasaraghavan2014-03-031-0/+35
This patch optimizes strrchr() for ppc64. It uses aligned memory access along with cmpb instruction and CPU prefetch to avoid cache misses for speed improvement.