mirror of
https://github.com/mpv-player/mpv
synced 2025-03-02 20:28:02 +00:00
align fix - Björn Sandell <biorn@dce.chalmers.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@7168 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
088cf60cb8
commit
211bc27ae3
@ -37,7 +37,7 @@ static void halfpack_MMX(unsigned char *dst, unsigned char *src[3],
|
||||
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"
|
||||
|
Loading…
Reference in New Issue
Block a user