fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18946 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gpoirier 2006-07-08 12:23:36 +00:00
parent e82bce14ce
commit d20d9e8cf8
1 changed files with 1 additions and 4 deletions

View File

@ -835,7 +835,7 @@ void dct64_MMX_3dnow(real *a,real *b,real *c)
" pfadd %%mm4, %%mm3\n\t"
" pf2id %%mm0, %%mm1\n\t"
" pf2id %%mm3, %%mm3\n\t"
" packssdw %%mm0, %%mm0\n\t"
" packssdw %%mm1, %%mm1\n\t"
" packssdw %%mm3, %%mm3\n\t"
" pfadd 88(%%edx), %%mm5\n\t"
" movd %%mm1, %%eax\n\t"
@ -911,9 +911,6 @@ void dct64_MMX_3dnow(real *a,real *b,real *c)
" shrl $16, %%eax\n\t"
" shrl $16, %%ecx\n\t"
" shrl $16, %%ebx\n\t"
" movd %%mm1, %%eax\n\t"
" movd %%mm3, %%ecx\n\t"
" movd %%mm5, %%ebx\n\t"
" movw %%ax, 96(%%edi)\n\t"
" movw %%cx, 224(%%edi)\n\t"
" movw %%bx, 352(%%edi)\n\t"