1
0
Fork 0
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:
Jens Arnold 2008-03-05 22:14:13 +00:00
parent d6c23b4dd4
commit 37d43f49f4
3 changed files with 140 additions and 2 deletions

View file

@ -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