[MPlayer-cvslog] CVS: main/libmpcodecs pullup.c,1.29,1.30

Nicolas Plourde CVS syncmail at mplayerhq.hu
Tue Apr 25 01:05:45 CEST 2006


CVS change done by Nicolas Plourde CVS

Update of /cvsroot/mplayer/main/libmpcodecs
In directory mail:/var2/tmp/cvs-serv16921/libmpcodecs

Modified Files:
	pullup.c 
Log Message:
Get rid of unneeded align

Index: pullup.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/pullup.c,v
retrieving revision 1.29
retrieving revision 1.30
diff -u -r1.29 -r1.30
--- pullup.c	15 Apr 2006 20:46:54 -0000	1.29
+++ pullup.c	24 Apr 2006 23:05:43 -0000	1.30
@@ -5,7 +5,6 @@
 #include <string.h>
 #include "pullup.h"
 #include "config.h"
-#include "asmalign.h"
 
 
 
@@ -19,7 +18,6 @@
 		"pxor %%mm4, %%mm4 \n\t"
 		"pxor %%mm7, %%mm7 \n\t"
 		
-		ASMALIGN16
 		"1: \n\t"
 		
 		"movq (%%esi), %%mm0 \n\t"
@@ -68,7 +66,6 @@
 		"pxor %%mm7, %%mm7 \n\t"
 		"subl %%eax, %%edi \n\t"
 		
-		ASMALIGN16
 		"2: \n\t"
 
 		"movq (%%esi), %%mm0 \n\t"
@@ -157,7 +154,6 @@
 		"pxor %%mm4, %%mm4 \n\t"
 		"pxor %%mm7, %%mm7 \n\t"
 		
-		ASMALIGN16
 		"1: \n\t"
 		
 		"movq (%%esi), %%mm0 \n\t"




More information about the MPlayer-cvslog mailing list