acle/barrier: remove cfg from re-export
addresses https://github.com/rust-lang-nursery/stdsimd/pull/557#discussion_r256556043
This commit is contained in:
parent
ab2e19bc14
commit
309f91b3e0
1 changed files with 0 additions and 5 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue