mirror of https://github.com/lukechilds/cc-rs.git
Browse Source
This commit adds the Armv8-M targets recently added into Rust: * Armv8-M Baseline ("thumbv8m.base-none-eabi") * Armv8-M Mainline ("thumbv8m.main-none-eabi") * Armv8-M Mainline with FPU extension ("thumbv8m.main-none-eabihf") The FPU chosen for the hardfloat variant of Armv8-M Mainline is the one available in the Cortex-M33 processor: single precision, FPv5 architecture. It is described in the Arm Cortex-M33 Processor Technical Reference Manual on the page 64.wasi
Hugues de Valon
6 years ago
1 changed files with 13 additions and 0 deletions
Loading…
Reference in new issue