Skip to content

Commit 309f91b

Browse files
japaricgnzlbg
authored andcommitted
acle/barrier: remove cfg from re-export
addresses rust-lang/stdarch#557 (comment)
1 parent ab2e19b commit 309f91b

File tree

1 file changed

+0
-5
lines changed
  • library/stdarch/crates/core_arch/src/acle

1 file changed

+0
-5
lines changed

library/stdarch/crates/core_arch/src/acle/mod.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@
4141
// via CP15 instructions. See Section 10.1 of ACLE
4242
mod barrier;
4343

44-
#[cfg(any(
45-
target_arch = "aarch64",
46-
target_feature = "v7",
47-
target_feature = "mclass"
48-
))]
4944
pub use self::barrier::*;
5045

5146
mod hints;

0 commit comments

Comments
 (0)