This is an automated email from the ASF dual-hosted git repository.
xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
The following commit(s) were added to refs/heads/master by this push:
new f1aec38 arm: add ARM_HAVE_NEON to Kconfig
f1aec38 is described below
commit f1aec38ffa1e87f7ddf7c3578be6655f4d201572
Author: ligd <[email protected]>
AuthorDate: Thu Jul 29 23:00:06 2021 +0800
arm: add ARM_HAVE_NEON to Kconfig
Change-Id: I112037aa15a6fae76cf4b7c2df10a42899c38a61
Signed-off-by: ligd <[email protected]>
---
arch/arm/Kconfig | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 4f783a7..0949fa2 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -834,6 +834,12 @@ config ARM_HAVE_FPU_D32
FPU implemented in the VFPv3-D32 format that supports
32 double-precision floating-point registers.
+config ARM_HAVE_NEON
+ bool
+ default n
+ ---help---
+ Decide whether support NEON instruction
+
config ARM_HAVE_MPU_UNIFIED
bool
default n