Skip to content

Commit

Permalink
arm64: mc: Treat the stride as a full 64 bit (potential signed) value…
Browse files Browse the repository at this point in the history
… in blend_8bpc_neon
  • Loading branch information
mstorsjo authored and barrbrain committed Mar 6, 2020
1 parent 07641fe commit 8e41852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arm/64/mc.S
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function blend_8bpc_neon, export=1
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
Expand Down

0 comments on commit 8e41852

Please sign in to comment.