Skip to content

Commit 50efe66

Browse files
committed
readd TempSimdChunk for public imp
1 parent 9aa36da commit 50efe66

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/implementation/x86/avx512.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,5 +260,6 @@ unsafe fn simd_prefetch(ptr: *const u8) {
260260
}
261261

262262
const PREFETCH: bool = true;
263+
use crate::implementation::helpers::TempSimdChunkA64 as TempSimdChunk;
263264
simd_input_512_bit!(#[target_feature(enable = "avx512f,avx512bw,avx512vbmi")]);
264265
algorithm_simd!(#[target_feature(enable = "avx512f,avx512bw,avx512vbmi")]);

0 commit comments

Comments
 (0)