# HG changeset patch # User kabi # Date 1022169448 0 # Node ID cce83064710a3b4e9a065be839e326af0c52ccee # Parent bbaf743f353ff886052c11346b618271e3c74645 * always baling even though it seems to produce sometime worse results then for -fPIC compilation - don't ask me why... diff -r bbaf743f353f -r cce83064710a i386/dsputil_mmx.c --- a/i386/dsputil_mmx.c Thu May 23 15:48:30 2002 +0000 +++ b/i386/dsputil_mmx.c Thu May 23 15:57:28 2002 +0000 @@ -270,9 +270,7 @@ 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"