[MPlayer-dev-eng] [PATCH] another align

Björn Sandell biorn at dce.chalmers.se
Fri Aug 30 15:50:17 CEST 2002


Another .align popping up, please try to use .balign


Björn Sandell       DCE/DFS Sysadmin       IT department
Chalmers University of Technology    www.dce.chalmers.se
-------------- next part --------------
Index: libmpcodecs/vf_halfpack.c
===================================================================
RCS file: /cvsroot/mplayer/main/libmpcodecs/vf_halfpack.c,v
retrieving revision 1.1
diff -u -r1.1 vf_halfpack.c
--- libmpcodecs/vf_halfpack.c   30 Aug 2002 06:16:40 -0000      1.1
+++ libmpcodecs/vf_halfpack.c   30 Aug 2002 14:07:08 -0000
@@ -37,7 +37,7 @@
        for (h/=2; h; h--) {
                asm (
                        "pxor %%mm0, %%mm0 \n\t"
-                       ".align 16 \n\t"
+                       ".balign 16 \n\t"
                        "1: \n\t"
                        "movq (%0), %%mm1 \n\t"
                        "movq (%0), %%mm2 \n\t"


More information about the MPlayer-dev-eng mailing list