ref: 18ab22b67c271bbc845ae485094d72cb7527d1d2
parent: 7a222d46af13cebae6695acf49753328d551739c
author: Henrik Gramner <gramner@twoorioles.com>
date: Tue Dec 4 11:06:58 EST 2018
Correctly use movd instead of movq in blend_h_avx2.w4
--- a/src/x86/mc.asm
+++ b/src/x86/mc.asm
@@ -3567,7 +3567,7 @@
.w4_loop:
movd xm0, [dstq+dsq*0]
pinsrd xm0, [dstq+dsq*1], 1
- movq xm2, [maskq+hq*2]
+ movd xm2, [maskq+hq*2]
movq xm1, [tmpq]
add tmpq, 4*2
pshufb xm2, xm3