forked from len0rd/rockbox
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
This commit is contained in:
parent
40a3e80697
commit
bff5a35c3c
5 changed files with 703 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue