Skip to content

Commit f305021

Browse files
japaricgnzlbg
authored andcommitted
acle/barrier: remove cfg from re-export
addresses #557 (comment)
1 parent 6d8e99c commit f305021

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

crates/core_arch/src/acle/mod.rs

-5
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)