about summary refs log tree commit diff
path: root/sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c
Commit message (Collapse)AuthorAgeFilesLines
* PowerPC: strncat optimization for PPC64Adhemerval Zanella2014-03-101-0/+29
The optimization is achieved by following techniques: 1. Doubleword aligned memory access and compares using cmpb instruction. 2. Loop unrolling for byte load/store. 3. CPU pre-fetch to avoid cache miss.