about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/strcspn.S
Commit message (Collapse)AuthorAgeFilesLines
* powerpc: Add powerpc64 strcspn optimizationAdhemerval Zanella2014-12-021-0/+127
This patch makes the POWER7 optimized strcspn generic by using default doubleword stores to zero the hash, instead of VSX instructions. Performance on POWER7/POWER8 does not change.