File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use v128::*;
3
3
use x86:: __m256i;
4
4
5
5
#[ cfg( test) ]
6
- use assert_instr :: assert_instr;
6
+ use stdsimd_test :: assert_instr;
7
7
8
8
/// Computes the absolute values of packed 32-bit integers in `a`.
9
9
#[ inline( always) ]
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ use v128::*;
2
2
use x86:: __m128i;
3
3
4
4
#[ cfg( test) ]
5
- use assert_instr :: assert_instr;
5
+ use stdsimd_test :: assert_instr;
6
6
7
7
#[ inline( always) ]
8
8
#[ target_feature = "+sse4.1" ]
Original file line number Diff line number Diff line change 1
1
use v128:: * ;
2
2
3
3
#[ cfg( test) ]
4
- use assert_instr :: assert_instr;
4
+ use stdsimd_test :: assert_instr;
5
5
6
6
/// Compute the absolute value of packed 8-bit signed integers in `a` and
7
7
/// return the unsigned results.
You can’t perform that action at this time.
0 commit comments