Function coresimd::vendor::_mm_mask_i32gather_pd [] [src]

pub unsafe fn _mm_mask_i32gather_pd(
    src: f64x2,
    slice: *const f64,
    offsets: i32x4,
    mask: f64x2,
    scale: i32
) -> f64x2

Return values from slice at offsets determined by offsets * scale, where scale is between 1 and 8. If mask is set, load the value from src in that position instead.