diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2010-02-01 01:36:46 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2010-02-01 01:36:46 +0000 |
| commit | bff5a35c3c51ebe1fe72ee20147b16ede847971d (patch) | |
| tree | 549fc29d08c298462b91b9d1cfc054d704faa4bd /apps/plugins | |
| parent | 40a3e806974ff482006d4ee99b718a52d1e85224 (diff) | |
| download | rockbox-bff5a35c3c51ebe1fe72ee20147b16ede847971d.zip rockbox-bff5a35c3c51ebe1fe72ee20147b16ede847971d.tar.gz rockbox-bff5a35c3c51ebe1fe72ee20147b16ede847971d.tar.bz2 rockbox-bff5a35c3c51ebe1fe72ee20147b16ede847971d.tar.xz | |
FS#10943, optimized division and clz routines to replace libgcc routines for ARM. Replaces libgcc support functions for unsigned and signed 32-bit division on ARMv4 and up, and leading-zero count on ARMv4.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24432 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/plugins')
| -rw-r--r-- | apps/plugins/lib/SOURCES | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/plugins/lib/SOURCES b/apps/plugins/lib/SOURCES index 00d3ac7..82807d1 100644 --- a/apps/plugins/lib/SOURCES +++ b/apps/plugins/lib/SOURCES @@ -30,6 +30,7 @@ profile_plugin.c #endif #ifdef HAVE_LCD_BITMAP #ifdef CPU_ARM +../../../firmware/target/arm/support-arm.S pluginlib_jpeg_idct_arm.S #endif pluginlib_jpeg_mem.c |