Skip to content

Commit

Permalink
acle/dsp: update comment
Browse files Browse the repository at this point in the history
addresses #557 (comment)
  • Loading branch information
japaric authored and gnzlbg committed Feb 18, 2019
1 parent f305021 commit c1a95e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_arch/src/acle/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ pub use self::registers::*;
#[cfg(all(
not(target_arch = "aarch64"),
any(
// >= v5TE but excludes v7-A
// >= v5TE but excludes v7-M
all(target_feature = "v5te", not(target_feature = "mclass")),
// v7E-M
all(target_feature = "mclass", target_feature = "dsp"),
Expand Down

0 comments on commit c1a95e6

Please sign in to comment.