mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-14 10:37:38 -04:00
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:
parent
1509faf618
commit
52e1f81599
4 changed files with 149 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue