[FFmpeg-cvslog] aarch64: vp8: Fix assembling with armasm64
Martin Storsjö
git at videolan.org
Wed Feb 20 00:05:44 EET 2019
ffmpeg | branch: master | Martin Storsjö <martin at martin.st> | Thu Jan 31 23:49:31 2019 +0200| [7ddfa5e9083baec3f9608ec5257fc94a5ae9a3ef] | committer: Martin Storsjö
aarch64: vp8: Fix assembling with armasm64
Signed-off-by: Martin Storsjö <martin at martin.st>
(cherry picked from commit 2eeac79936e83c4495cbe5905064ab797e9b45ff)
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=7ddfa5e9083baec3f9608ec5257fc94a5ae9a3ef
---
libavcodec/aarch64/vp8dsp_neon.S | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/aarch64/vp8dsp_neon.S b/libavcodec/aarch64/vp8dsp_neon.S
index fbe064e9aa..0ce9e301de 100644
--- a/libavcodec/aarch64/vp8dsp_neon.S
+++ b/libavcodec/aarch64/vp8dsp_neon.S
@@ -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]
More information about the ffmpeg-cvslog
mailing list