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
|
@ -8,6 +8,7 @@ mdct_lookup.c
|
|||
mdct_arm.S
|
||||
setjmp_arm.S
|
||||
udiv32_arm.S
|
||||
../../../firmware/target/arm/support-arm.S
|
||||
#endif
|
||||
|
||||
#ifdef CPU_COLDFIRE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue