mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-28 05:30:34 +00: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:
parent
e2d13c5882
commit
5d543a3d13
@ -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)\
|
||||
|
Loading…
Reference in New Issue
Block a user