[][src]Function croaring_sys_mw::intersect_vector16

pub unsafe extern "C" fn intersect_vector16(
    A: *const u16,
    s_a: usize,
    B: *const u16,
    s_b: usize,
    C: *mut u16
) -> i32

From Schlegel et al., Fast Sorted-Set Intersection using SIMD Instructions Optimized by D. Lemire on May 3rd 2013

C should have capacity greater than the minimum of s_1 and s_b + 8 where 8 is sizeof(__m128i)/sizeof(uint16_t).