mirror of https://github.com/mpv-player/mpv
1000l
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@6950 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
3db0389115
commit
3d19927f90
|
@ -122,7 +122,7 @@ asm volatile(
|
|||
"movd %%mm0, %0 \n\t"
|
||||
: "=r" (numEq)
|
||||
: "r" (src), "r" (stride)
|
||||
: "%ebx"
|
||||
: "%eax", "%ebx"
|
||||
);
|
||||
numEq= (-numEq) &0xFF;
|
||||
|
||||
|
|
Loading…
Reference in New Issue