diff options
| author | Jens Arnold <amiconn@rockbox.org> | 2010-02-02 23:06:28 +0000 |
|---|---|---|
| committer | Jens Arnold <amiconn@rockbox.org> | 2010-02-02 23:06:28 +0000 |
| commit | b2ffb3e08f3154b61f35b2eb1243e8e57e62f298 (patch) | |
| tree | 52e4def10762cac3313094985925816a1194e65f /apps/codecs/lib | |
| parent | 9f6586698a411186750d2b1ff3c2f3d7a8e117a8 (diff) | |
| download | rockbox-b2ffb3e08f3154b61f35b2eb1243e8e57e62f298.zip rockbox-b2ffb3e08f3154b61f35b2eb1243e8e57e62f298.tar.gz rockbox-b2ffb3e08f3154b61f35b2eb1243e8e57e62f298.tar.bz2 rockbox-b2ffb3e08f3154b61f35b2eb1243e8e57e62f298.tar.xz | |
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
Diffstat (limited to 'apps/codecs/lib')
| -rw-r--r-- | apps/codecs/lib/udiv32_arm.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/lib/udiv32_arm.S b/apps/codecs/lib/udiv32_arm.S index 117b178..4492492 100644 --- a/apps/codecs/lib/udiv32_arm.S +++ b/apps/codecs/lib/udiv32_arm.S @@ -99,7 +99,7 @@ #elif CONFIG_CPU == AS3525 .set recip_max, 42752 #elif CONFIG_CPU == S5L8701 -.set recip_max, 13184 +.set recip_max, 12800 #elif CONFIG_CPU == S5L8700 .set recip_max, 9088 #endif |