We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb3948 commit 75afffeCopy full SHA for 75afffe
1 file changed
src/doc/rustc/src/platform-support/armv8r-none-eabihf.md
@@ -5,8 +5,9 @@
5
* **Library Support:** core and alloc (bare-metal, `#![no_std]`)
6
7
Bare-metal target for CPUs in the Armv8-R architecture family, supporting dual
8
-ARM/Thumb mode. The `armv8r-none-eabi` target uses Arm mode by default and
9
-the `thumbv8r-none-eabihf` target uses Thumb mode by default.
+ARM/Thumb mode. The `armv8r-none-eabihf` target uses Arm mode by default and
+the `thumbv8r-none-eabihf` target uses Thumb mode by default. Both targets
10
+use a hard-float ABI and require an FPU.
11
12
Processors in this family include the Arm [Cortex-R52][cortex-r52]
13
and [Cortex-R52+][cortex-r52-plus].
0 commit comments