Skip to content

Commit c1a95e6

Browse files
japaricgnzlbg
authored andcommitted
acle/dsp: update comment
addresses #557 (comment)
1 parent f305021 commit c1a95e6

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/acle

1 file changed

+1
-1
lines changed

crates/core_arch/src/acle/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ pub use self::registers::*;
5757
#[cfg(all(
5858
not(target_arch = "aarch64"),
5959
any(
60-
// >= v5TE but excludes v7-A
60+
// >= v5TE but excludes v7-M
6161
all(target_feature = "v5te", not(target_feature = "mclass")),
6262
// v7E-M
6363
all(target_feature = "mclass", target_feature = "dsp"),

0 commit comments

Comments
 (0)