changeset 18941:9a90621765b0

fix sound distortion on K-6, patch by Zuxy Meng zuxy PP meng AHHH gmail PP com
author gpoirier
date Sat, 08 Jul 2006 12:23:36 +0000
parents 530bca1ca585
children cf05a9897d1b
files mp3lib/dct64_3dnow.c
diffstat 1 files changed, 1 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/mp3lib/dct64_3dnow.c	Sat Jul 08 12:01:38 2006 +0000
+++ b/mp3lib/dct64_3dnow.c	Sat Jul 08 12:23:36 2006 +0000
@@ -835,7 +835,7 @@
 "	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 @@
 "	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"