提交 b73304f7 编写于 作者: J James Almer

x86vf_threshold/: use the PBLENDVB macro

Fixes building with yasm

Tested-by: stevenliu
Signed-off-by: NJames Almer <jamrial@gmail.com>
上级 1cfde7ab
......@@ -52,7 +52,7 @@ cglobal threshold8, 10, 13, 5, in, threshold, min, max, out, ilinesize, tlinesiz
pxor m0, m4
pxor m1, m4
pcmpgtb m0, m1
pblendvb m3, m2, m0
PBLENDVB m3, m2, m0
movu [outq + xq], m3
add xq, mmsize
jl .loop
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册