Skip to content

Commit c15d3a7

Browse files
committed
Use new assert_instr
1 parent 2604118 commit c15d3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/x86/avx.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use v256::*;
22

33
#[cfg(test)]
4-
use assert_instr::assert_instr;
4+
use stdsimd_test::assert_instr;
55

66
/// Add packed double-precision (64-bit) floating-point elements
77
/// in `a` and `b`.

0 commit comments

Comments
 (0)