changeset 9968:93c52263ff74 libavcodec

ARM: check for VFP register arguments
author mru
date Mon, 20 Jul 2009 22:30:24 +0000
parents cd01ef12809a
children 5cca2790d582
files arm/asm.S
diffstat 1 files changed, 9 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/arm/asm.S	Mon Jul 20 21:52:03 2009 +0000
+++ b/arm/asm.S	Mon Jul 20 22:30:24 2009 +0000
@@ -45,3 +45,12 @@
         ldr             \rd, =\val
 #endif
         .endm
+
+#if HAVE_VFP_ARGS
+        .eabi_attribute 28, 1
+#   define VFP
+#   define NOVFP @
+#else
+#   define VFP   @
+#   define NOVFP
+#endif