blob: ace66dc4abf055b47455bfe0867970fc71f658b5 (
plain)
1
2
3
4
5
6
7
8
9
|
# This file is part of the OpenADK project. OpenADK is copyrighted
# material, please see the LICENCE file in the top-level directory.
config ADK_TARGET_ARCH_ARM_WITH_NEON
bool "enable NEON SIMD support"
depends on ADK_TARGET_ARCH_ARM && ADK_TARGET_CPU_WITH_NEON
default n
help
Enable support for NEON SIMD CPU extensions.
|