unsafe fn avx2_pshufb(bytes: Simd<u8, 32>, idxs: Simd<u8, 32>) -> Simd<u8, 32>
🔬This is a nightly-only experimental API. (portable_simd #86656)
Available with target feature avx2 only.
Expand description

“vpshufb like it was meant to be” on AVX2

Safety

This requires AVX2 to work