We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f305021 commit c1a95e6Copy full SHA for c1a95e6
crates/core_arch/src/acle/mod.rs
@@ -57,7 +57,7 @@ pub use self::registers::*;
57
#[cfg(all(
58
not(target_arch = "aarch64"),
59
any(
60
- // >= v5TE but excludes v7-A
+ // >= v5TE but excludes v7-M
61
all(target_feature = "v5te", not(target_feature = "mclass")),
62
// v7E-M
63
all(target_feature = "mclass", target_feature = "dsp"),
0 commit comments