]> git.ipfire.org Git - thirdparty/glibc.git/commit - ChangeLog
PowerPC: Optimized strcmp for PPC64/POWER7
authorVidya Ranganathan <vidya@linux.vnet.ibm.com>
Fri, 6 Jun 2014 12:56:07 +0000 (07:56 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Wed, 11 Jun 2014 13:39:31 +0000 (08:39 -0500)
commite23d3d2690bf63207b1a47e83a94693daebbbfe5
treeb86d2c14cb30a5a48d0729700cea3012ebcb87f6
parent42b1161e8c45df468d1696b43a7820c3ffe29da1
PowerPC: Optimized strcmp for PPC64/POWER7

Optimization is achieved on 8 byte aligned strings with double word
comparison using cmpb instruction. On unaligned strings loop unrolling
is applied for Power7 gain.
ChangeLog
sysdeps/powerpc/powerpc64/multiarch/Makefile
sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S [new file with mode: 0644]
sysdeps/powerpc/powerpc64/multiarch/strcmp.c [new file with mode: 0644]
sysdeps/powerpc/powerpc64/power7/strcmp.S [new file with mode: 0644]