We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca19d2b commit 684f7d1Copy full SHA for 684f7d1
coresimd/powerpc/altivec.rs
@@ -518,7 +518,7 @@ mod tests {
518
#[cfg(target_arch = "powerpc64")]
519
use coresimd::arch::powerpc64::*;
520
521
- use simd::*;
+ use coresimd::simd::*;
522
use stdsimd_test::simd_test;
523
524
macro_rules! test_vec_perm {
coresimd/powerpc64/vsx.rs
@@ -95,7 +95,7 @@ mod tests {
95
96
97
98
99
100
101
macro_rules! test_vec_xxpermdi {
0 commit comments