diff options
author | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-07 06:09:47 -0600 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-03-10 07:25:09 -0500 |
commit | ba9cc0714e58a9e8fa73cf6b0e205cbf1e6b71f2 (patch) | |
tree | f22f21e3972b49599186258fb2e748af8405a880 /io/getwd.c | |
parent | 8b4ff97413fc32ea7f817586bc682ff2cc34527b (diff) | |
download | glibc-ba9cc0714e58a9e8fa73cf6b0e205cbf1e6b71f2.tar glibc-ba9cc0714e58a9e8fa73cf6b0e205cbf1e6b71f2.tar.gz glibc-ba9cc0714e58a9e8fa73cf6b0e205cbf1e6b71f2.tar.bz2 glibc-ba9cc0714e58a9e8fa73cf6b0e205cbf1e6b71f2.zip |
PowerPC: strncat optimization for PPC64
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.
Diffstat (limited to 'io/getwd.c')
0 files changed, 0 insertions, 0 deletions