1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

aarch64: vp8: Fix assembling with armasm64

Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
Martin Storsjö
2019-01-31 23:49:31 +02:00
parent 26d7af4c38
commit 2eeac79936

View File

@@ -28,7 +28,7 @@
function ff_vp8_idct_add_neon, export=1 function ff_vp8_idct_add_neon, export=1
ld1 {v0.8b - v3.8b}, [x1] ld1 {v0.8b - v3.8b}, [x1]
mov w4, #20091 mov w4, #20091
movk w4, #35468/2, lsl 16 movk w4, #35468/2, lsl #16
dup v4.2s, w4 dup v4.2s, w4
smull v26.4s, v1.4h, v4.h[0] smull v26.4s, v1.4h, v4.h[0]