From 6ac597968c358a357eb3a2e46d4b513eda2b7066 Mon Sep 17 00:00:00 2001 From: nls Date: Fri, 30 Jul 2010 09:14:28 +0000 Subject: [PATCH] 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(-) diff --git a/apps/codecs/libwmapro/wmapro_math.h b/apps/codecs/libwmapro/wmapro_math.h index b605f275e..f5cfa5f1d 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; \ -- 2.11.4.GIT