Config.in.fpu.default 388 B

12345678910
  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_FPU
  4. string
  5. depends on ADK_TARGET_ARCH_ARM
  6. default "neon" if ADK_TARGET_CPU_WITH_NEON
  7. default "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP
  8. default "vfpv3" if ADK_TARGET_CPU_WITH_FPU_VFPV3
  9. default "vfpv4" if ADK_TARGET_CPU_WITH_FPU_VFPV4