Commit b11547df authored by michael's avatar michael

1000l


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 656bf4ca
...@@ -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