[xiph-commits] r10622 - trunk/speex/libspeex

jm at svn.xiph.org jm at svn.xiph.org
Sat Dec 17 05:03:09 PST 2005


Author: jm
Date: 2005-12-17 05:03:07 -0800 (Sat, 17 Dec 2005)
New Revision: 10622

Modified:
   trunk/speex/libspeex/pseudofloat.h
Log:
DIVU alias for float


Modified: trunk/speex/libspeex/pseudofloat.h
===================================================================
--- trunk/speex/libspeex/pseudofloat.h	2005-12-17 12:54:33 UTC (rev 10621)
+++ trunk/speex/libspeex/pseudofloat.h	2005-12-17 13:03:07 UTC (rev 10622)
@@ -312,6 +312,7 @@
 #define FLOAT_SHL(a,b) (a)
 #define FLOAT_LT(a,b) ((a)<(b))
 #define FLOAT_GT(a,b) ((a)>(b))
+#define FLOAT_DIVU(a,b) ((a)/(b))
 
 #endif
 



More information about the commits mailing list