Skip to content

Commit 7398350

Browse files
committed
nostd
1 parent 12d1420 commit 7398350

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

portable/src/implementation/simd.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1+
use core::simd::u8x32;
12
use core::simd::{
23
cmp::SimdPartialOrd,
34
num::{SimdInt, SimdUint},
45
simd_swizzle, u8x16, LaneCount, Simd, SupportedLaneCount,
56
};
6-
use std::simd::u8x32;
77

88
use crate::basic;
99

0 commit comments

Comments
 (0)