[xiph-commits] r16584 - trunk/theora/lib/x86_vc
tterribe at svn.xiph.org
tterribe at svn.xiph.org
Sat Sep 26 12:35:55 PDT 2009
Author: tterribe
Date: 2009-09-26 12:35:55 -0700 (Sat, 26 Sep 2009)
New Revision: 16584
Modified:
trunk/theora/lib/x86_vc/mmxstate.c
Log:
Fix a problem with the MSVC asm.
Thanks to Matthew Gregan for the patch.
Modified: trunk/theora/lib/x86_vc/mmxstate.c
===================================================================
--- trunk/theora/lib/x86_vc/mmxstate.c 2009-09-25 23:46:05 UTC (rev 16583)
+++ trunk/theora/lib/x86_vc/mmxstate.c 2009-09-26 19:35:55 UTC (rev 16584)
@@ -44,7 +44,7 @@
#define Y eax
#define P ecx
mov Y,_dct_coeffs
- movd P,p
+ movzx P,p
/*mm0=0000 0000 0000 AAAA*/
movd mm0,P
/*mm0=0000 0000 AAAA AAAA*/
More information about the commits
mailing list