Function core::core_arch::x86::avx2::vpgatherdps

source ·
unsafe extern "C" fn vpgatherdps(
    src: __m256,
    slice: *const i8,
    offsets: i32x8,
    mask: __m256,
    scale: i8
) -> __m256
🔬This is a nightly-only experimental API. (stdsimd #48556)
Available on x86 or x86-64 only.