about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/strpbrk.S
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright dates with scripts/update-copyrights.Joseph Myers2015-01-021-1/+1
|
* powerpc: Add powerpc64 strpbrk optimizationAdhemerval Zanella2014-12-021-0/+135
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 does not change.