Config.in.fpu.choice 331 B

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