Merge change 7524

* changes:
  add HAVE_VFP flag
This commit is contained in:
Android (Google) Code Review 2009-07-16 13:25:02 -07:00
commit bc67484d35
1 changed files with 2 additions and 0 deletions

View File

@ -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.