Remove __ARM_HAVE_VFP.

Bug: 18556103
Change-Id: I6d4cc6a1b359ad2df1ce6687fd26f392059f6efd
This commit is contained in:
Elliott Hughes
2014-12-03 17:07:01 -08:00
parent 6cbc56b84b
commit cb4c615bb9
3 changed files with 0 additions and 18 deletions

View File

@@ -53,12 +53,6 @@
# endif
#endif
/* define _ARM_HAVE_VFP if we have VFPv3
*/
#if __ARM_ARCH__ >= 7 && defined __VFP_FP__
# define __ARM_HAVE_VFP
#endif
/* define _ARM_HAVE_NEON for ARMv7 architecture if we support the
* Neon SIMD instruction set extensions. This also implies
* that VFPv3-D32 is supported.