[FFmpeg-cvslog] r25569 - trunk/libavcodec/x86/dct32_sse.c

ramiro subversion
Mon Oct 25 22:29:30 CEST 2010


Author: ramiro
Date: Mon Oct 25 22:29:29 2010
New Revision: 25569

Log:
dct32: mark xmm registers in clobber list in ff_dct32_float_sse()

Modified:
   trunk/libavcodec/x86/dct32_sse.c

Modified: trunk/libavcodec/x86/dct32_sse.c
==============================================================================
--- trunk/libavcodec/x86/dct32_sse.c	Mon Oct 25 20:02:02 2010	(r25568)
+++ trunk/libavcodec/x86/dct32_sse.c	Mon Oct 25 22:29:29 2010	(r25569)
@@ -289,6 +289,8 @@ void ff_dct32_float_sse(FFTSample *out, 
         :"+&r"(tmp1)
         :"r"(out), "r"(b1), "r"(smask), "r"(in)
         :"memory"
+         XMM_CLOBBERS(, "%xmm0", "%xmm1", "%xmm2", "%xmm3",
+                        "%xmm4", "%xmm5", "%xmm6", "%xmm7")
         );
 }
 



More information about the ffmpeg-cvslog mailing list