Config.in.fpu.default 384 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 "vfp" if ADK_TARGET_CPU_WITH_FPU_VFP
  7. default "vfp3" if ADK_TARGET_CPU_WITH_FPU_VFP3
  8. default "vfp4" if ADK_TARGET_CPU_WITH_FPU_VFP4
  9. default "neon" if ADK_TARGET_CPU_WITH_NEON