We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b52941d commit 5cc1c7bCopy full SHA for 5cc1c7b
src/doc/rustc/src/platform-support/thumbv8m.main-none-eabi.md
@@ -74,6 +74,11 @@ to use these flags.
74
| Cortex-M85 | DP | Yes | Int | `cortex-m85` | `-mve.fp` |
75
| Cortex-M85 | DP | Yes | Int+Float | `cortex-m85` | None |
76
77
+*Technically* you can use this hard-float ABI on a CPU which has no FPU but does
78
+have Integer MVE, because MVE provides the same set of registers as the FPU
79
+(including `s0` and `d0`). The particular set of flags that might enable this
80
+unusual scenario are currently not recorded here.
81
+
82
<div class="warning">
83
84
Never use the `-fpregs` *target-feature* with the `thumbv8m.main-none-eabihf`
0 commit comments