Skip to content

Commit 63c0d92

Browse files
committed
Import fix
1 parent f7ac042 commit 63c0d92

File tree

1 file changed

+1
-1
lines changed
  • testable-simd-models/src/core_arch/arm_shared/tests

1 file changed

+1
-1
lines changed

testable-simd-models/src/core_arch/arm_shared/tests/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ pub mod conversions {
6767
use super::types;
6868
use crate::abstractions::bitvec::BitVec;
6969
use crate::abstractions::funarr::FunArray;
70-
use crate::simd::int_vec_interp::*;
70+
7171
macro_rules! convert{
7272
($($ty1:ident [$ty2:ty ; $n:literal]),*) => {
7373
$(

0 commit comments

Comments
 (0)