From b2ffb3e08f3154b61f35b2eb1243e8e57e62f298 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 2 Feb 2010 23:06:28 +0000 Subject: 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 --- apps/codecs/lib/udiv32_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ #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 -- cgit v1.2.3