From 8082ae089d01c244b8e3242383a5821fb74194b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Wallm=C3=A9nius?= Date: Fri, 30 Jul 2010 09:14:28 +0000 Subject: libwmapro: fix comment for coldfire fixmul31. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27626 a1c6a512-1295-4272-9138-f99709370657 --- apps/codecs/libwmapro/wmapro_math.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/codecs/libwmapro/wmapro_math.h') diff --git a/apps/codecs/libwmapro/wmapro_math.h b/apps/codecs/libwmapro/wmapro_math.h index b605f27..f5cfa5f 100644 --- a/apps/codecs/libwmapro/wmapro_math.h +++ b/apps/codecs/libwmapro/wmapro_math.h @@ -123,7 +123,7 @@ t2; \ }) - /* Calculates: result = (X*Y)>>32 */ + /* Calculates: result = (X*Y)>>31 (loses one bit of precision) */ #define fixmul31(X,Y) \ ({ \ int32_t t; \ -- cgit v1.1