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:
parent
ec81431466
commit
1010b76c72
3 changed files with 364 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue