1
0
Fork 0
forked from len0rd/rockbox

ARM optimised memcpy/memmove from glibc. This should give increased performance on all ARM targets, especially iPod 5G

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12000 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Daniel Ankers 2007-01-13 23:57:14 +00:00
parent ec81431466
commit 1010b76c72
3 changed files with 364 additions and 2 deletions

View file

@ -248,8 +248,8 @@ target/coldfire/i2c-coldfire.c
#elif defined(CPU_PP) || defined(CPU_ARM)
/* CPU_PP => CPU_ARM, CPU_ARM !=> CPU_PP */
common/memcpy.c
common/memmove.c
target/arm/memcpy-arm.S
target/arm/memmove-arm.S
common/strlen.c
#ifndef SIMULATOR
target/arm/memset-arm.S