Skip to content

Commit 62a9f6f

Browse files
committed
Do not use std::mem in VSX tests
1 parent a2962ef commit 62a9f6f

File tree

1 file changed

+1
-1
lines changed
  • crates/core_arch/src/powerpc

1 file changed

+1
-1
lines changed

crates/core_arch/src/powerpc/vsx.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ mod tests {
9393

9494
use crate::core_arch::simd::*;
9595
use stdsimd_test::simd_test;
96-
use std::mem;
96+
use super::mem;
9797

9898
macro_rules! test_vec_xxpermdi {
9999
{$name:ident, $shorttype:ident, $longtype:ident, [$($a:expr),+], [$($b:expr),+], [$($c:expr),+], [$($d:expr),+]} => {

0 commit comments

Comments
 (0)