mirror of https://github.com/mpv-player/mpv
reverting my last change as buggy gcc 3.x fails with it :(
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@11267 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a9eadf8837
commit
31ff51c869
|
@ -47,10 +47,10 @@ unsigned long __attribute__((aligned(8))) costab_mmx[] =
|
||||||
1060439283,
|
1060439283,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
static int temp; // buggy gcc 3.x fails if this is moved into the function :(
|
||||||
void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
|
void synth_1to1_MMX_s(real *bandPtr, int channel, short *samples,
|
||||||
short *buffs, int *bo)
|
short *buffs, int *bo)
|
||||||
{
|
{
|
||||||
int temp;
|
|
||||||
|
|
||||||
__asm __volatile(
|
__asm __volatile(
|
||||||
"movl %1,%%ecx\n\t"
|
"movl %1,%%ecx\n\t"
|
||||||
|
|
Loading…
Reference in New Issue