From 52e1f815994413aa6068b13367ca0d04d9246182 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Sun, 2 Mar 2008 17:05:00 +0000 Subject: 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 --- apps/plugins/lib/SOURCES | 3 +++ 1 file changed, 3 insertions(+) (limited to 'apps/plugins/lib/SOURCES') 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 -- cgit v1.1