mirror of https://github.com/mpv-player/mpv
trying to fix nicks bugs ...
someone with a 3dnow cpu please test this ASAP git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5913 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
21db121142
commit
65a461036c
|
@ -175,7 +175,6 @@ int downmix_init (int input, int flags, sample_t * level,
|
|||
*level *= 1 / (1 + 3 * LEVEL_3DB);
|
||||
break;
|
||||
}
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
|
@ -1384,9 +1383,9 @@ static void mix3to2_3dnow (sample_t * samples, sample_t bias)
|
|||
"movq 2048(%0, %%esi), %%mm4 \n\t"
|
||||
"movq 2056(%0, %%esi), %%mm5 \n\t"
|
||||
"pfadd %%mm0, %%mm2 \n\t"
|
||||
"pfadd %%mm0, %%mm3 \n\t"
|
||||
"pfadd %%mm1, %%mm3 \n\t"
|
||||
"pfadd %%mm0, %%mm4 \n\t"
|
||||
"pfadd %%mm0, %%mm5 \n\t"
|
||||
"pfadd %%mm1, %%mm5 \n\t"
|
||||
"movq %%mm2, (%0, %%esi) \n\t"
|
||||
"movq %%mm3, 8(%0, %%esi) \n\t"
|
||||
"movq %%mm4, 1024(%0, %%esi) \n\t"
|
||||
|
|
Loading…
Reference in New Issue