[ARM] Add support for Cortex-M7, FPv5-SP and FPv5-DP
The Cortex-M7 has 3 options for its FPU: none, FPv5-SP-D16 and FPv5-DP-D16. FPv5 has the same instructions as FP-ARMv8, so it can be modeled using the same target feature, and all double-precision operations are already disabled by the fp-only-sp target features. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@218748 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- lib/Basic/Targets.cpp 3 additions, 3 deletionslib/Basic/Targets.cpp
- lib/Driver/ToolChains.cpp 1 addition, 1 deletionlib/Driver/ToolChains.cpp
- lib/Driver/Tools.cpp 13 additions, 1 deletionlib/Driver/Tools.cpp
- test/Driver/arm-cortex-cpus.c 4 additions, 0 deletionstest/Driver/arm-cortex-cpus.c
- test/Driver/arm-mfpu.c 19 additions, 0 deletionstest/Driver/arm-mfpu.c
- test/Preprocessor/arm-target-features.c 4 additions, 0 deletionstest/Preprocessor/arm-target-features.c
Loading
Please register or sign in to comment