Commit a04a9434 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit '73c8c034'

* commit '73c8c034':
  arm: Fix vfp dead code elimination with have_vfp_vm
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 7e299035 73c8c034
......@@ -34,6 +34,6 @@
/* some functions use the VFPv2 vector mode which is deprecated in ARMv7-A
* and might trap on such CPU depending on the OS configuration */
#define have_vfp_vm(flags) \
(have_armv6(flags) && ((flags) & AV_CPU_FLAG_VFP_VM))
(HAVE_VFP && ((flags) & AV_CPU_FLAG_VFP_VM))
#endif /* AVUTIL_ARM_CPU_H */
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment