diff arm/asm.S @ 9968:93c52263ff74 libavcodec

ARM: check for VFP register arguments
author mru
date Mon, 20 Jul 2009 22:30:24 +0000
parents 7a463923ecd1
children 2cc65fb72572
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