summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Arnold <amiconn@rockbox.org>2010-02-02 23:06:28 +0000
committerJens Arnold <amiconn@rockbox.org>2010-02-02 23:06:28 +0000
commitb2ffb3e08f3154b61f35b2eb1243e8e57e62f298 (patch)
tree52e4def10762cac3313094985925816a1194e65f
parent9f6586698a411186750d2b1ff3c2f3d7a8e117a8 (diff)
downloadrockbox-b2ffb3e08f3154b61f35b2eb1243e8e57e62f298.tar.gz
rockbox-b2ffb3e08f3154b61f35b2eb1243e8e57e62f298.zip
Reduce reciprocal table size a bit on Nano 2nd Gen as well (fix red).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24474 a1c6a512-1295-4272-9138-f99709370657
-rw-r--r--apps/codecs/lib/udiv32_arm.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/udiv32_arm.S b/apps/codecs/lib/udiv32_arm.S
index 117b1789b1..4492492d30 100644
--- a/apps/codecs/lib/udiv32_arm.S
+++ b/apps/codecs/lib/udiv32_arm.S
@@ -99,7 +99,7 @@
99#elif CONFIG_CPU == AS3525 99#elif CONFIG_CPU == AS3525
100.set recip_max, 42752 100.set recip_max, 42752
101#elif CONFIG_CPU == S5L8701 101#elif CONFIG_CPU == S5L8701
102.set recip_max, 13184 102.set recip_max, 12800
103#elif CONFIG_CPU == S5L8700 103#elif CONFIG_CPU == S5L8700
104.set recip_max, 9088 104.set recip_max, 9088
105#endif 105#endif