acle/barrier: remove cfg from re-export

addresses https://github.com/rust-lang-nursery/stdsimd/pull/557#discussion_r256556043
This commit is contained in:
Jorge Aparicio 2019-02-14 12:37:11 +01:00 committed by gnzlbg
parent ab2e19bc14
commit 309f91b3e0

View file

@ -41,11 +41,6 @@
// via CP15 instructions. See Section 10.1 of ACLE
mod barrier;
#[cfg(any(
target_arch = "aarch64",
target_feature = "v7",
target_feature = "mclass"
))]
pub use self::barrier::*;
mod hints;