changeset 11241:cbf3161706f4
libavcodec
ARM: add missing preserve8 directives
author |
mru |
date |
Mon, 22 Feb 2010 00:34:05 +0000 |
parents |
74f7086f532a |
children |
e934b635dec5 |
files |
arm/dsputil_armv6.S arm/mdct_neon.S |
diffstat |
2 files changed, 4 insertions(+), 0 deletions(-)
[+]
|
line diff
--- a/arm/dsputil_armv6.S Sun Feb 21 23:28:24 2010 +0000
+++ b/arm/dsputil_armv6.S Mon Feb 22 00:34:05 2010 +0000
@@ -20,6 +20,8 @@
#include "asm.S"
+ preserve8
+
.text
.macro call_2x_pixels type, subp
--- a/arm/mdct_neon.S Sun Feb 21 23:28:24 2010 +0000
+++ b/arm/mdct_neon.S Mon Feb 22 00:34:05 2010 +0000
@@ -21,6 +21,8 @@
#include "asm.S"
+ preserve8
+
.text
#define ff_fft_calc_neon X(ff_fft_calc_neon)