There was an error while loading. Please reload this page.
1 parent 9c541c2 commit 8cf9e1fCopy full SHA for 8cf9e1f
library/stdarch/crates/core_arch/src/acle/barrier/mod.rs
@@ -19,6 +19,11 @@ mod cp15;
19
pub use self::cp15::*;
20
21
// Dedicated instructions
22
+#[cfg(any(
23
+ target_arch = "aarch64",
24
+ target_feature = "v7",
25
+ target_feature = "mclass"
26
+))]
27
macro_rules! dmb_dsb {
28
($A:ident) => {
29
impl super::super::sealed::Dmb for $A {
0 commit comments