Reorder imports
This commit is contained in:
parent
790087c0fb
commit
6a081164bb
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
use std::mem;
|
||||
|
||||
#[cfg(test)]
|
||||
use stdsimd_test::assert_instr;
|
||||
|
||||
use std::mem;
|
||||
|
||||
use v256::*;
|
||||
|
||||
/// Add packed double-precision (64-bit) floating-point elements
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue