Skip to content

Commit c8a6cc8

Browse files
japaricgnzlbg
authored andcommitted
acle/docs: add armv8-m and armv8-r to the list of rustc targets & llvm features
1 parent ee31866 commit c8a6cc8

File tree

1 file changed

+2
-0
lines changed
  • crates/core_arch/src/acle

1 file changed

+2
-0
lines changed

crates/core_arch/src/acle/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
//! - `armv7r-none-eabi` - **ARMv7-R** - `+v4t +v5te +v6 +v6k +v6t2 +v7 +dsp +thumb2 +rclass`
1414
//! - `thumbv7m-none-eabi` - **ARMv7-M** - `+v4t +v5te +v6 +v6k +v6t2 +v7 +thumb2 +thumb-mode +mclass`
1515
//! - `thumbv7em-none-eabi` - **ARMv7E-M** - `+v4t +v5te +v6 +v6k +v6t2 +v7 +dsp +thumb2 +thumb-mode +mclass`
16+
//! - `thumbv8m.main-none-eabi` - **ARMv8-M** - `+v4t +v5te +v6 +v6k +v6t2 +v7 +thumb2 +thumb-mode +mclass`
17+
//! - `armv8r-none-eabi` - **ARMv8-R** - `+v4t +v5te +v6 +v6k +v6t2 +v7 +v8 +thumb2 +rclass`
1618
//! - `aarch64-unknown-linux-gnu` - **ARMv8-A (AArch64)** - `+fp +neon`
1719
//!
1820
//! Section 10.1 of ACLE says:

0 commit comments

Comments
 (0)