forked from len0rd/rockbox
Assembler optimised memset16() for ARM, by Thom Johansen. Should speed up LCD clearing and solid rectangle drawing on colour iPods somewhat.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@10900 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
825fb8a264
commit
9d2f7b5c6d
4 changed files with 83 additions and 7 deletions
|
|
@ -53,7 +53,7 @@ target/sh/memset-sh.S
|
|||
common/memcpy.c
|
||||
common/memmove.c
|
||||
target/arm/memset-arm.S
|
||||
common/memset16.c
|
||||
target/arm/memset16-arm.S
|
||||
#else
|
||||
common/memcpy.c
|
||||
common/memmove.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue