# HG changeset patch # User alex # Date 1066867283 0 # Node ID b91bd88dafea019f47d2afb7ef9435ec90c51bc0 # Parent e237083ad02579f083cb4c2c8a9356f458e09d93 100l to Nick diff -r e237083ad025 -r b91bd88dafea mp3lib/decode_MMX.c --- a/mp3lib/decode_MMX.c Wed Oct 22 22:58:42 2003 +0000 +++ b/mp3lib/decode_MMX.c Thu Oct 23 00:01:23 2003 +0000 @@ -47,10 +47,11 @@ 1060439283, }; -static int temp; void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples, short *buffs, int *bo) { +int temp; + __asm __volatile( "movl %1,%%ecx\n\t" "movl %2,%%edi\n\t"