Commit 76581ab8 authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '9aa45920'

* commit '9aa45920':
  aarch64: assembler in clang-3.4 ignores the division by two
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents cef99e12 9aa45920
......@@ -348,7 +348,7 @@ function fft\n\()_neon align=6
sub x0, x28, #\n4*2*8
ldp x28, x30, [sp], #16
movrel x4, X(ff_cos_\n)
mov x2, #\n4/2
mov x2, #\n4>>1
b fft_pass_neon
endfunc
.endm
......
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