dsputil_mmx: add xmm registers to clobber list

Originally committed as revision 25611 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Ramiro Polla 2010-10-31 13:57:58 +00:00
parent e2d13c5882
commit 5d543a3d13

View File

@ -2005,6 +2005,8 @@ static void vorbis_inverse_coupling_sse(float *mag, float *ang, int blocksize)
:"+&r"(i)\
:"r"(samples[0]+len), "r"(matrix)\
:"memory"\
XMM_CLOBBERS(, "%xmm0", "%xmm1", "%xmm2", "%xmm3",\
"%xmm4", "%xmm5", "%xmm6", "%xmm7")\
);
#define MIX_MISC(stereo)\