mirror of https://github.com/mpv-player/mpv
100l to Nick
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11245 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
0ea49d935e
commit
59a7eeda13
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue