summaryrefslogtreecommitdiffstats
path: root/libmpcodecs
diff options
context:
space:
mode:
authornplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-24 23:05:43 +0000
committernplourde <nplourde@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-04-24 23:05:43 +0000
commit549e1b3d4f811de9edd335fdc9ce0062a494dc7e (patch)
treec7cb50cf55cda478d7ac7ba0135bed8c7543eef1 /libmpcodecs
parent251c9fadb9b997ef408fba41b5594170ca2a3410 (diff)
downloadmpv-549e1b3d4f811de9edd335fdc9ce0062a494dc7e.tar.bz2
mpv-549e1b3d4f811de9edd335fdc9ce0062a494dc7e.tar.xz
Get rid of unneeded align
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@18264 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpcodecs')
-rw-r--r--libmpcodecs/pullup.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/libmpcodecs/pullup.c b/libmpcodecs/pullup.c
index 12bc5e739c..6f731ec826 100644
--- a/libmpcodecs/pullup.c
+++ b/libmpcodecs/pullup.c
@@ -5,7 +5,6 @@
#include <string.h>
#include "pullup.h"
#include "config.h"
-#include "asmalign.h"
@@ -19,7 +18,6 @@ static int diff_y_mmx(unsigned char *a, unsigned char *b, int s)
"pxor %%mm4, %%mm4 \n\t"
"pxor %%mm7, %%mm7 \n\t"
- ASMALIGN16
"1: \n\t"
"movq (%%esi), %%mm0 \n\t"
@@ -68,7 +66,6 @@ static int licomb_y_mmx(unsigned char *a, unsigned char *b, int s)
"pxor %%mm7, %%mm7 \n\t"
"subl %%eax, %%edi \n\t"
- ASMALIGN16
"2: \n\t"
"movq (%%esi), %%mm0 \n\t"
@@ -157,7 +154,6 @@ static int var_y_mmx(unsigned char *a, unsigned char *b, int s)
"pxor %%mm4, %%mm4 \n\t"
"pxor %%mm7, %%mm7 \n\t"
- ASMALIGN16
"1: \n\t"
"movq (%%esi), %%mm0 \n\t"