Function _mm512_2intersect_epi64
#[target_feature(enable = "avx512vp2intersect", enable = "avx512f")]
pub unsafe fn _mm512_2intersect_epi64(a: __m512i, b: __m512i, k1: *mut __mmask8, k2: *mut __mmask8)
Compute intersection of packed 64-bit integer vectors a and b, and store indication of match in the corresponding bit of two mask registers specified by k1 and k2. A match in corresponding elements of a and b is indicated by a set bit in the corresponding bit of the mask registers.