From 59a7eeda13cafcdb344e6e3df1ada9767248c7b0 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 23 Oct 2003 00:01:23 +0000 Subject: 100l to Nick git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11245 b3059339-0415-0410-9bf9-f77b7e298cf2 --- mp3lib/decode_MMX.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mp3lib') diff --git a/mp3lib/decode_MMX.c b/mp3lib/decode_MMX.c index ec3181d9be..ee7f2049f2 100644 --- a/mp3lib/decode_MMX.c +++ b/mp3lib/decode_MMX.c @@ -47,10 +47,11 @@ unsigned long __attribute__((aligned(8))) costab_mmx[] = 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" -- cgit v1.2.3