projects
/
libav.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ARM: add missing preserve8 directives
[libav.git]
/
libavcodec
/
arm
/
mdct_neon.S
diff --git
a/libavcodec/arm/mdct_neon.S
b/libavcodec/arm/mdct_neon.S
index
495c2b2
..
9f2f9b3
100644
(file)
--- a/
libavcodec/arm/mdct_neon.S
+++ b/
libavcodec/arm/mdct_neon.S
@@
-21,7
+21,8
@@
#include "asm.S"
- .fpu neon
+ preserve8
+
.text
#define ff_fft_calc_neon X(ff_fft_calc_neon)