This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
aarch64: assembler in clang-3.4 ignores the division by two
Values are positive powers of two, so just replace it with right shift.
tags/n2.3
Janne Grunau
11 years ago
parent
1839fafa95
commit
9aa4592076
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/aarch64/fft_neon.S
+ 1
- 1
libavcodec/aarch64/fft_neon.S
View File
@@ -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
Write
Preview
Loading…
Cancel
Save