From 9f6586698a411186750d2b1ff3c2f3d7a8e117a8 Mon Sep 17 00:00:00 2001 From: Jens Arnold Date: Tue, 2 Feb 2010 22:50:21 +0000 Subject: APE codec: Speed up decoding of -c2000 and higher on ARMv4 and coldfire by fusing vector math for the filters. Speedup is roughly 3.5% for -c2000, 8% for -c3000 and 12% for -c4000. To be extended to other architectures. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24473 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/lib/udiv32_arm.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/lib') diff --git a/apps/codecs/lib/udiv32_arm.S b/apps/codecs/lib/udiv32_arm.S index 8efc92c2e6..117b1789b1 100644 --- a/apps/codecs/lib/udiv32_arm.S +++ b/apps/codecs/lib/udiv32_arm.S @@ -92,7 +92,7 @@ #if CONFIG_CPU == PP5020 .set recip_max, 8384 #elif CONFIG_CPU == PP5002 -.set recip_max, 4992 +.set recip_max, 4608 #else .set recip_max, 16384 #endif -- cgit v1.2.3