Mercurial > mplayer.hg
changeset 5290:d4367189b2ff
use .balign instead of .align
author | arpi |
---|---|
date | Sat, 23 Mar 2002 21:44:05 +0000 |
parents | d3b889d54a7a |
children | 421969d55d5f |
files | mp3lib/decode_MMX.c |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/mp3lib/decode_MMX.c Sat Mar 23 21:35:03 2002 +0000 +++ b/mp3lib/decode_MMX.c Sat Mar 23 21:44:05 2002 +0000 @@ -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"