summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-05-13 20:34:22 +0200
committerMichael Niedermayer <michaelni@gmx.at>2014-05-13 20:34:32 +0200
commit76581ab833872abf5fd4105d6345d982b27969a4 (patch)
treed479567fdb26954e42713e61b2997965fdc8b02a
parentcef99e12bc49b252473ca70ca5aa6ad7ef3be39b (diff)
parent9aa4592076d4dbb29d1198b0e258f9f85c0c00b5 (diff)
Merge commit '9aa4592076d4dbb29d1198b0e258f9f85c0c00b5'
* commit '9aa4592076d4dbb29d1198b0e258f9f85c0c00b5': aarch64: assembler in clang-3.4 ignores the division by two Merged-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r--libavcodec/aarch64/fft_neon.S2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/aarch64/fft_neon.S b/libavcodec/aarch64/fft_neon.S
index 709469a008..70365d4f64 100644
--- a/libavcodec/aarch64/fft_neon.S
+++ b/libavcodec/aarch64/fft_neon.S
@@ -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