acle/dsp: update comment
addresses https://github.com/rust-lang-nursery/stdsimd/pull/557#discussion_r256556341
This commit is contained in:
parent
309f91b3e0
commit
43cfda6670
1 changed files with 1 additions and 1 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue