[Mplayer-cvslog] CVS: main/mp3lib decode_MMX.c,1.4,1.5
Arpi of Ize
arpi at mplayer.dev.hu
Sat Mar 23 22:44:07 CET 2002
Update of /cvsroot/mplayer/main/mp3lib
In directory mplayer:/var/tmp.root/cvs-serv496
Modified Files:
decode_MMX.c
Log Message:
use .balign instead of .align
Index: decode_MMX.c
===================================================================
RCS file: /cvsroot/mplayer/main/mp3lib/decode_MMX.c,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- decode_MMX.c 9 Feb 2002 14:34:08 -0000 1.4
+++ decode_MMX.c 23 Mar 2002 21:44:05 -0000 1.5
@@ -88,7 +88,7 @@
"pushl %%ecx\n\t"
"leal "MANGLE(decwins)"(%%ebx,%%ebx,1), %%edx\n\t"
"shrl $1, %%ecx\n\t"
-".align 16\n\t"
+".balign 16\n\t"
".L03:\n\t"
"movq (%%edx),%%mm0\n\t"
"movq 64(%%edx),%%mm4\n\t"
@@ -166,7 +166,7 @@
".next_loop:\n\t"
"subl $64,%%esi\n\t"
"movl $7,%%ecx\n\t"
-".align 16\n\t"
+".balign 16\n\t"
".L04:\n\t"
"movq (%%edx),%%mm0\n\t"
"movq 64(%%edx),%%mm4\n\t"
More information about the MPlayer-cvslog
mailing list