mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2026-06-19 19:03:00 +02:00
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:
@@ -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)\
|
||||
|
||||
Reference in New Issue
Block a user