1
0
Fork 0
forked from len0rd/rockbox

ASM optimisation by David Bryant.

Placed various important arrays in IRAM.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@6540 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Thom Johansen 2005-05-31 07:56:28 +00:00
parent ff40e4cc6a
commit 9985caf3f9
6 changed files with 566 additions and 23 deletions

View file

@ -4,4 +4,7 @@ metadata.c
unpack.c
words.c
wputils.c
#if CONFIG_CPU==MCF5249 && !defined(SIMULATOR)
coldfire.S
#endif