mirror of
https://github.com/mpv-player/mpv
synced 2025-03-20 02:09:52 +00:00
vf_yadif: modify asm to make compile with clang
Explicit wordlength for compare. Fixes compile with clang. Patch by İsmail Dönmez, ismail namtrac org git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@32437 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
7acaf6db39
commit
ee77268087
@ -197,7 +197,7 @@ static void filter_line_mmx2(struct vf_priv_s *p, uint8_t *dst, uint8_t *prev, u
|
||||
\
|
||||
/* if(p->mode<2) ... */\
|
||||
"movq %[tmp3], %%mm6 \n\t" /* diff */\
|
||||
"cmp $2, %[mode] \n\t"\
|
||||
"cmpl $2, %[mode] \n\t"\
|
||||
"jge 1f \n\t"\
|
||||
LOAD4("(%["prev2"],%[mrefs],2)", %%mm2) /* prev2[x-2*refs] */\
|
||||
LOAD4("(%["next2"],%[mrefs],2)", %%mm4) /* next2[x-2*refs] */\
|
||||
|
Loading…
Reference in New Issue
Block a user