Commit 739d8c83 authored by Clément Bœsch's avatar Clément Bœsch

Merge commit '9b2ccafb'

* commit '9b2ccafb':
  aarch64: Add missing sign extension in ff_h264_idct8_add_neon
Merged-by: 's avatarClément Bœsch <u@pkh.me>
parents 1b2a7f42 9b2ccafb
......@@ -264,6 +264,7 @@ endfunc
function ff_h264_idct8_add_neon, export=1
movi v19.8H, #0
sxtw x2, w2
ld1 {v24.8H, v25.8H}, [x1]
st1 {v19.8H}, [x1], #16
st1 {v19.8H}, [x1], #16
......
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