We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8e88e55 commit bd58da7Copy full SHA for bd58da7
coresimd/src/x86/i686/sse2.rs
@@ -2,8 +2,7 @@
2
3
use core::mem;
4
use v128::*;
5
-use v64::i32x2;
6
-use x86::__m64;
+use v64::{__m64, i32x2};
7
8
#[cfg(test)]
9
use stdsimd_test::assert_instr;
coresimd/src/x86/i686/ssse3.rs
@@ -5,7 +5,6 @@ use stdsimd_test::assert_instr;
use v64::*;
10
/// Compute the absolute value of packed 8-bit integers in `a` and
11
/// return the unsigned results.
0 commit comments