[Mplayer-cvslog] CVS: main/mp3lib dct64_k7.c,1.5,1.6 dct64_3dnow.c,1.4,1.5

Michael Niedermayer CVS michael at mplayerhq.hu
Wed Nov 20 00:36:13 CET 2002


Update of /cvsroot/mplayer/main/mp3lib
In directory mail:/var/tmp.root/cvs-serv17963

Modified Files:
	dct64_k7.c dct64_3dnow.c 
Log Message:
forgotten mangle patch by (Björn Sandell <biorn at dce dot chalmers dot se>)


Index: dct64_k7.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct64_k7.c,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- dct64_k7.c	7 Sep 2002 13:57:41 -0000	1.5
+++ dct64_k7.c	19 Nov 2002 23:35:51 -0000	1.6
@@ -350,7 +350,7 @@
 
 "	movd	"MANGLE(plus_1f)", %%mm6\n\t"
 "	punpckldq 120(%%ebx), %%mm6\n\t"      /* mm6 = 1.0 | 120(%%ebx)*/
-"	movq	x_plus_minus_3dnow, %%mm7\n\t" /* mm7 = +1 | -1 */
+"	movq	"MANGLE(x_plus_minus_3dnow)", %%mm7\n\t" /* mm7 = +1 | -1 */
 
 "	movq	32(%%ecx), %%mm0\n\t"
 "	movq	64(%%ecx), %%mm2\n\t"

Index: dct64_3dnow.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/dct64_3dnow.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- dct64_3dnow.c	24 May 2002 01:56:01 -0000	1.4
+++ dct64_3dnow.c	19 Nov 2002 23:35:51 -0000	1.5
@@ -504,7 +504,7 @@
 
 "	movd	"MANGLE(plus_1f)", %%mm6\n\t"
 "	punpckldq 120(%%ebx), %%mm6\n\t"      /* mm6 = 1.0 | 120(%%ebx)*/
-"	movq	x_plus_minus_3dnow, %%mm7\n\t" /* mm7 = +1 | -1 */
+"	movq	"MANGLE(x_plus_minus_3dnow)", %%mm7\n\t" /* mm7 = +1 | -1 */
 
 "	movq	32(%%ecx), %%mm0\n\t"
 "	movq	64(%%ecx), %%mm2\n\t"




More information about the MPlayer-cvslog mailing list