]> git.ipfire.org Git - thirdparty/glibc.git/commit - sysdeps/powerpc/powerpc32/405/strcmp.S
Enable optimized string routines for several PowerPC 4XX family processors.
authorLuis Machado <luisgpm@br.ibm.com>
Wed, 12 Jan 2011 18:59:09 +0000 (12:59 -0600)
committerRyan Arnold <ryanarn@etna.rchland.ibm.com>
Wed, 12 Jan 2011 18:59:09 +0000 (12:59 -0600)
commita72cc2b29d00207fd8e2ee4612502339a14816b6
treed4b94cf4a275027e5074c99b157470143cd1519d
parent9524dbd1f3f91a9b381bb0e17dc5e150fe8be75a
Enable optimized string routines for several PowerPC 4XX family processors.

This patch provides optimized string routines for the 4XX family of PowerPC
and Power Architecture processors.  For the 476 processor, it can be
configured for either hard-fp with -mcpu=476 --with-fp, or for soft-fp with
-mcpu=476 (since the default is soft-fp).
18 files changed:
ChangeLog
sysdeps/powerpc/dl-procinfo.c [new file with mode: 0644]
sysdeps/powerpc/dl-procinfo.h [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/memcmp.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/memcpy.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/memset.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/strcmp.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/strcpy.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/strlen.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/405/strncmp.S [new file with mode: 0644]
sysdeps/powerpc/powerpc32/440/Implies [new file with mode: 0644]
sysdeps/powerpc/powerpc32/464/Implies [new file with mode: 0644]
sysdeps/powerpc/powerpc32/476/Implies [new file with mode: 0644]
sysdeps/powerpc/powerpc32/Makefile [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/405/Implies [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/440/Implies [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/464/Implies [new file with mode: 0644]
sysdeps/unix/sysv/linux/powerpc/powerpc32/476/Implies [new file with mode: 0644]