Function surge_wavetable::imports::imports::imports::_mm256_cmpeq_epi32_mask[][src]

pub unsafe fn _mm256_cmpeq_epi32_mask(a: __m256i, b: __m256i) -> u8
🔬 This is a nightly-only experimental API. (stdsimd)
This is supported with target feature avx512f,avx512vl only.
Expand description

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

Intel’s documentation