From 582dcbd7d12359456423f218e66ac5971339c544 Mon Sep 17 00:00:00 2001 From: Mike Reed Date: Thu, 16 Jul 2009 12:20:50 -0400 Subject: [PATCH] add HAVE_VFP flag --- core/combo/arch/arm/armv7-a.mk | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/combo/arch/arm/armv7-a.mk b/core/combo/arch/arm/armv7-a.mk index 51e1d0fad8..ca309325c5 100644 --- a/core/combo/arch/arm/armv7-a.mk +++ b/core/combo/arch/arm/armv7-a.mk @@ -7,6 +7,8 @@ ARCH_ARM_HAVE_64BIT_DATA := true ARCH_ARM_HAVE_HALFWORD_MULTIPLY := true ARCH_ARM_HAVE_CLZ := true ARCH_ARM_HAVE_FFS := true +ARCH_ARM_HAVE_VFP := true +ARCH_ARM_HAVE_NEON := true # Note: Hard coding the 'tune' value here is probably not ideal, # and a better solution should be found in the future.