diff options
author | Vidya Ranganathan <vidya@linux.vnet.ibm.com> | 2014-05-05 19:10:45 -0500 |
---|---|---|
committer | Adhemerval Zanella <azanella@linux.vnet.ibm.com> | 2014-05-06 09:54:25 -0500 |
commit | f360f94a05570045be615649e9a411cefba2e210 (patch) | |
tree | ac6fb86d01ea80b3bf914c2f74aa231b42bfda28 /sysdeps/m68k | |
parent | 978a41c35738dbe4592edb7dcaa155fec31dab50 (diff) | |
download | glibc-f360f94a05570045be615649e9a411cefba2e210.tar glibc-f360f94a05570045be615649e9a411cefba2e210.tar.gz glibc-f360f94a05570045be615649e9a411cefba2e210.tar.bz2 glibc-f360f94a05570045be615649e9a411cefba2e210.zip |
PowerPC: strncpy/stpncpy optimization for PPC64/POWER7
The optimization is achieved by following techniques:
> data alignment [gain from aligned memory access on read/write]
> POWER7 gains performance with loop unrolling/unwinding
[gain by reduction of branch penalty].
> zero padding done by calling optimized memset
Diffstat (limited to 'sysdeps/m68k')
0 files changed, 0 insertions, 0 deletions