comparison 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
comparison
equal deleted inserted replaced
9967:cd01ef12809a 9968:93c52263ff74
43 movt \rd, #:upper16:\val 43 movt \rd, #:upper16:\val
44 #else 44 #else
45 ldr \rd, =\val 45 ldr \rd, =\val
46 #endif 46 #endif
47 .endm 47 .endm
48
49 #if HAVE_VFP_ARGS
50 .eabi_attribute 28, 1
51 # define VFP
52 # define NOVFP @
53 #else
54 # define VFP @
55 # define NOVFP
56 #endif