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

Compute the cardinality of the intersection using SSE4 instructions