diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-02 17:05:00 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-02 17:05:00 +0000 |
| commit | 52e1f815994413aa6068b13367ca0d04d9246182 (patch) | |
| tree | ebae13e1b8e1931eac2faf7920ccbd6d4f0690d1 /apps/plugins/lib/SOURCES | |
| parent | 1509faf618641a5dd1e8b33e0c1617dc521aa27c (diff) | |
| download | rockbox-52e1f815994413aa6068b13367ca0d04d9246182.zip rockbox-52e1f815994413aa6068b13367ca0d04d9246182.tar.gz rockbox-52e1f815994413aa6068b13367ca0d04d9246182.tar.bz2 rockbox-52e1f815994413aa6068b13367ca0d04d9246182.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index c1f5a48..b638740 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -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 |