forked from len0rd/rockbox
Greyscale library: Assembler optimised update function for SH1 (Archos recorders, Ondios), giving ~50% speedup.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16532 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
d6c23b4dd4
commit
37d43f49f4
3 changed files with 140 additions and 2 deletions
|
@ -10,6 +10,8 @@ grey_parm.c
|
|||
grey_scroll.c
|
||||
#ifdef CPU_COLDFIRE
|
||||
grey_coldfire.S
|
||||
#elif CONFIG_CPU == SH7034
|
||||
grey_sh.S
|
||||
#endif
|
||||
#endif
|
||||
highscore.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue