[][src]Function wasmer_types::entity::__core::arch::x86_64::_mm512_cmpeq_epu32_mask

pub unsafe fn _mm512_cmpeq_epu32_mask(a: __m512i, b: __m512i) -> u16
🔬 This is a nightly-only experimental API. (stdsimd)
This is supported on x86-64 and target feature avx512f only.

Compare packed unsigned 32-bit integers in a and b for equality, and store the results in a mask vector.

Intel's documentation