Skip to content

Commit cb8163e

Browse files
committed
use the new simd module
1 parent 684f7d1 commit cb8163e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

coresimd/aarch64/crypto.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ pub unsafe fn vsha256su1q_u32(
185185
#[cfg(test)]
186186
mod tests {
187187
use coresimd::aarch64::*;
188-
use simd::*;
188+
use coresimd::simd::*;
189189
use std::mem;
190190
use stdsimd_test::simd_test;
191191

0 commit comments

Comments
 (0)