[xiph-commits] r9104 - trunk/speex/libspeex
jm at motherfish-iii.xiph.org
jm at motherfish-iii.xiph.org
Fri Apr 1 20:10:21 PST 2005
Author: jm
Date: 2005-04-01 20:10:20 -0800 (Fri, 01 Apr 2005)
New Revision: 9104
Modified:
trunk/speex/libspeex/arch.h
Log:
Oops, forgot to add MAC16_16_Q13 for float too.
Modified: trunk/speex/libspeex/arch.h
===================================================================
--- trunk/speex/libspeex/arch.h 2005-04-01 17:04:10 UTC (rev 9103)
+++ trunk/speex/libspeex/arch.h 2005-04-02 04:10:20 UTC (rev 9104)
@@ -125,6 +125,7 @@
#define MAC16_32_Q15(c,a,b) ((c)+(a)*(b))
#define MAC16_16_Q11(c,a,b) ((c)+(a)*(b))
+#define MAC16_16_Q13(c,a,b) ((c)+(a)*(b))
#define MULT16_16_Q11(a,b) ((a)*(b))
#define MULT16_16_Q13(a,b) ((a)*(b))
#define MULT16_16_Q14(a,b) ((a)*(b))
More information about the commits
mailing list