Skip to main content

vpgatherdd

Function vpgatherdd 

Source
unsafe extern "C" fn vpgatherdd(
    src: Simd<i32, 8>,
    slice: *const i8,
    offsets: Simd<i32, 8>,
    mask: Simd<i32, 8>,
    scale: i8,
) -> Simd<i32, 8>
Available on x86 or x86-64 only.