Skip to content

Commit 75afffe

Browse files
committed
Update armv8r-none-eabi.md - note both targets are hardfloat
1 parent 7eb3948 commit 75afffe

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/doc/rustc/src/platform-support/armv8r-none-eabihf.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@
55
* **Library Support:** core and alloc (bare-metal, `#![no_std]`)
66

77
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.
8+
ARM/Thumb mode. The `armv8r-none-eabihf` target uses Arm mode by default and
9+
the `thumbv8r-none-eabihf` target uses Thumb mode by default. Both targets
10+
use a hard-float ABI and require an FPU.
1011

1112
Processors in this family include the Arm [Cortex-R52][cortex-r52]
1213
and [Cortex-R52+][cortex-r52-plus].

0 commit comments

Comments
 (0)