Commit e037f118 authored by michael's avatar michael

1000l


git-svn-id: file:///var/local/repositories/mplayer/trunk/postproc@6950 b3059339-0415-0410-9bf9-f77b7e298cf2
parent ff71a470
...@@ -122,7 +122,7 @@ asm volatile( ...@@ -122,7 +122,7 @@ asm volatile(
"movd %%mm0, %0 \n\t" "movd %%mm0, %0 \n\t"
: "=r" (numEq) : "=r" (numEq)
: "r" (src), "r" (stride) : "r" (src), "r" (stride)
: "%ebx" : "%eax", "%ebx"
); );
numEq= (-numEq) &0xFF; numEq= (-numEq) &0xFF;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment