ref: a7f6fe32989ed5c13cc588f17db59b747d4a5fd5
parent: 48ffb05edf33baa9c8cc642ab00d0a57afac0227
author: Martin Storsjö <martin@martin.st>
date: Tue Mar 3 10:31:41 EST 2020
arm64: mc: Treat the stride as a full 64 bit (potential signed) value in blend_8bpc_neon
--- a/src/arm/64/mc.S
+++ b/src/arm/64/mc.S
@@ -431,7 +431,7 @@
sub x6, x6, w3, uxtw
movi v4.16b, #64
add x8, x0, x1
- lsl w1, w1, #1
+ lsl x1, x1, #1
br x6
4:
ld1 {v2.8b}, [x5], #8