diff options
| author | Andrew Mahone <andrew.mahone@gmail.com> | 2010-02-04 05:49:37 +0000 |
|---|---|---|
| committer | Andrew Mahone <andrew.mahone@gmail.com> | 2010-02-04 05:49:37 +0000 |
| commit | 8ed7bda64cb98d491431fd130eb754c6320441a0 (patch) | |
| tree | be9b6340aaaba3820e87a57c7c3db545c9c2cf15 /apps/codecs/lib/SOURCES | |
| parent | 7ed87517f734d7d70ab6f294735a77a65bd22e42 (diff) | |
| download | rockbox-8ed7bda64cb98d491431fd130eb754c6320441a0.zip rockbox-8ed7bda64cb98d491431fd130eb754c6320441a0.tar.gz rockbox-8ed7bda64cb98d491431fd130eb754c6320441a0.tar.bz2 rockbox-8ed7bda64cb98d491431fd130eb754c6320441a0.tar.xz | |
Move udiv32_arm.S into libdemac, as this divider is specialized for the APE codec and an optimized divider is already provided for general use in codeclib.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24506 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/SOURCES')
| -rw-r--r-- | apps/codecs/lib/SOURCES | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/codecs/lib/SOURCES b/apps/codecs/lib/SOURCES index a8c3feb..42bb113 100644 --- a/apps/codecs/lib/SOURCES +++ b/apps/codecs/lib/SOURCES @@ -7,7 +7,6 @@ mdct_lookup.c #ifdef CPU_ARM mdct_arm.S setjmp_arm.S -udiv32_arm.S ../../../firmware/target/arm/support-arm.S #endif |