Function core::core_arch::x86::avx2::pgatherqd

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