diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2008-03-05 22:14:13 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2008-03-05 22:14:13 +0000 |
| commit | 37d43f49f4e26b7df912adcb8894e52544533bef (patch) | |
| tree | a1f8484ccfccfcd1a2ef2788e7e2a1edb5b0d377 /apps/plugins/lib/SOURCES | |
| parent | d6c23b4dd4b887bac02ba88cff6f3b52e87e16ac (diff) | |
| download | rockbox-37d43f49f4e26b7df912adcb8894e52544533bef.zip rockbox-37d43f49f4e26b7df912adcb8894e52544533bef.tar.gz rockbox-37d43f49f4e26b7df912adcb8894e52544533bef.tar.bz2 rockbox-37d43f49f4e26b7df912adcb8894e52544533bef.tar.xz | |
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
Diffstat (limited to 'apps/plugins/lib/SOURCES')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index b638740..6a44c80 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -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 |