Skip to content

Commit b4b48cd

Browse files
committed
Fix use of 'dsp' module within simd32 (it was moved to /arm)
1 parent 00a0bbd commit b4b48cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/core_arch/src/acle/simd32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
#[cfg(test)]
6666
use stdarch_test::assert_instr;
6767

68-
use crate::{core_arch::acle::dsp::int16x2_t, mem::transmute};
68+
use crate::{core_arch::arm::dsp::int16x2_t, mem::transmute};
6969

7070
types! {
7171
/// ARM-specific 32-bit wide vector of four packed `i8`.

0 commit comments

Comments
 (0)