Function croaring_sys::xor_vector16

source ·
pub unsafe extern "C" fn xor_vector16(
    array1: *const u16,
    length1: u32,
    array2: *const u16,
    length2: u32,
    output: *mut u16
) -> u32
Expand description

A fast SSE-based XOR function.