We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d70957 commit 3a04eeaCopy full SHA for 3a04eea
crates/core_arch/src/arm/neon.rs
@@ -1,7 +1,7 @@
1
//! ARMv7 NEON intrinsics
2
3
use crate::{
4
- core_arch::simd::*, core_arch::simd_llvm::*, hint::unreachable_unchecked, mem::transmute, ptr,
+ core_arch::simd_llvm::*, hint::unreachable_unchecked, mem::transmute, ptr,
5
};
6
#[cfg(test)]
7
use stdarch_test::assert_instr;
0 commit comments