Mercurial > mplayer.hg
changeset 18263:e0c0467b4f79
Get rid of unneeded align
author | nplourde |
---|---|
date | Mon, 24 Apr 2006 23:05:43 +0000 |
parents | 83f2f6cb329a |
children | bbb63cea568b |
files | libmpcodecs/pullup.c |
diffstat | 1 files changed, 0 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/libmpcodecs/pullup.c Mon Apr 24 21:50:06 2006 +0000 +++ b/libmpcodecs/pullup.c Mon Apr 24 23:05:43 2006 +0000 @@ -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"