Function core::core_arch::x86::avx512f::vgatherdpd

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