Skip to content

Commit 8fac3a7

Browse files
japaricgnzlbg
authored andcommitted
add missing import
1 parent 7d85e5e commit 8fac3a7

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

crates/core_arch/src/acle/mod.rs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,12 @@ pub use self::dsp::*;
9595
))]
9696
mod simd32;
9797

98+
#[cfg(any(
99+
target_feature = "rclass",
100+
all(target_feature = "mclass", target_feature = "dsp")
101+
))]
102+
pub use self::simd32::*;
103+
98104
mod sealed {
99105
pub trait Dmb {
100106
unsafe fn __dmb(&self);

0 commit comments

Comments
 (0)