acle/dsp: update comment

addresses https://github.com/rust-lang-nursery/stdsimd/pull/557#discussion_r256556341
This commit is contained in:
Jorge Aparicio 2019-02-14 12:38:27 +01:00 committed by gnzlbg
parent 309f91b3e0
commit 43cfda6670

View file

@ -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"),