Greyscale library: Assembler optimised update for coldfire, ~73% speedup when using IRAM, ~35% speedup without IRAM. Slight optimisation for other targets as well.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@16482 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Jens Arnold 2008-03-02 17:05:00 +00:00
parent 1509faf618
commit 52e1f81599
4 changed files with 149 additions and 4 deletions

View file

@ -8,6 +8,9 @@ grey_core.c
grey_draw.c
grey_parm.c
grey_scroll.c
#ifdef CPU_COLDFIRE
grey_coldfire.S
#endif
#endif
highscore.c
#ifndef SIMULATOR