[xiph-commits] r11685 - trunk/theora-exp/lib/x86
j at svn.xiph.org
j at svn.xiph.org
Sun Jul 2 09:14:20 PDT 2006
Author: j
Date: 2006-07-02 09:14:18 -0700 (Sun, 02 Jul 2006)
New Revision: 11685
Modified:
trunk/theora-exp/lib/x86/mmxidct.c
Log:
bring function oc_idct8x8_10_mmx inline with declaration in lib/x86/x86int.h
Modified: trunk/theora-exp/lib/x86/mmxidct.c
===================================================================
--- trunk/theora-exp/lib/x86/mmxidct.c 2006-07-02 15:30:37 UTC (rev 11684)
+++ trunk/theora-exp/lib/x86/mmxidct.c 2006-07-02 16:14:18 UTC (rev 11685)
@@ -422,7 +422,7 @@
" #end OC_COLUMN_IDCT_10\n\t" \
)
-void oc_idct8x8_10_mmx(ogg_int16_t _y[64],const ogg_int16_t _x[64]){
+void oc_idct8x8_10_mmx(ogg_int16_t _y[64]){
__asm__ __volatile__(
""
:
More information about the commits
mailing list