Commit 7ddfa5e9 authored by Martin Storsjö's avatar Martin Storsjö

aarch64: vp8: Fix assembling with armasm64

Signed-off-by: 's avatarMartin Storsjö <martin@martin.st>
(cherry picked from commit 2eeac799)
parent c950beb6
......@@ -28,7 +28,7 @@
function ff_vp8_idct_add_neon, export=1
ld1 {v0.8b - v3.8b}, [x1]
mov w4, #20091
movk w4, #35468/2, lsl 16
movk w4, #35468/2, lsl #16
dup v4.2s, w4
smull v26.4s, v1.4h, v4.h[0]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment