mirror of
https://github.com/mpv-player/mpv
synced 2025-01-18 21:31:13 +00:00
use .balign instead of .align
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5291 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
8311e1c5b2
commit
ea4b9eb45f
@ -88,7 +88,7 @@ __asm __volatile(
|
||||
"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 @@ __asm __volatile(
|
||||
".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"
|
||||
|
Loading…
Reference in New Issue
Block a user