Commit c197bed1 authored by kabi's avatar kabi

* always baling even though it seems to produce sometime worse

  results then for -fPIC compilation - don't ask me why...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@573 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent df30df79
......@@ -270,9 +270,7 @@ static void put_pixels_mmx(UINT8 *block, const UINT8 *pixels, int line_size, int
asm volatile
(
"lea (%3, %3), %%eax \n\t"
#ifdef PIC
".balign 16 \n\t"
#endif
"1: \n\t"
"movq (%1), %%mm0 \n\t"
"movq (%1, %3), %%mm1 \n\t"
......
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