pub unsafe fn copy_simd(src: &[u8], dst: &mut [u8])Available on x86-64 and target feature
avx2 and crate feature simd only.Expand description
Fast memory copy using SIMD
ยงSafety
This function requires AVX2 CPU support. Caller must ensure the CPU supports AVX2.