pub fn cmp_eq_mask_i64_m128i(a: m128i, b: m128i) -> m128i
Available with target feature sse4.1 only.
Expand description

Lanewise a == b with lanes as i64.

All bits 1 for true (-1), all bit 0 for false (0).