[xiph-commits] r14357 - trunk/theora/lib/dec/x86
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Fri Jan 4 12:05:28 PST 2008
Author: tterribe
Date: 2008-01-04 12:05:28 -0800 (Fri, 04 Jan 2008)
New Revision: 14357
Modified:
trunk/theora/lib/dec/x86/mmxidct.c
Log:
Port r14354 from theora-exp (minor comment fix).
Modified: trunk/theora/lib/dec/x86/mmxidct.c
===================================================================
--- trunk/theora/lib/dec/x86/mmxidct.c 2008-01-04 20:04:12 UTC (rev 14356)
+++ trunk/theora/lib/dec/x86/mmxidct.c 2008-01-04 20:05:28 UTC (rev 14357)
@@ -137,7 +137,7 @@
/*38+8=46 cycles.*/
#define OC_ROW_IDCT \
- "#OC\n" \
+ "#OC_ROW_IDCT\n" \
OC_IDCT_BEGIN \
/*r3=D'*/ \
"movq "OC_I(2)",%%mm3\n\t" \
More information about the commits
mailing list