Available on x86 or x86-64 only.
Functions§
- vpconflictd 🔒 ⚠
- vpconflictd128 🔒 ⚠
- vpconflictd256 🔒 ⚠
- vpconflictq 🔒 ⚠
- vpconflictq128 🔒 ⚠
- vpconflictq256 🔒 ⚠
- _mm256_
broadcastmb_ ⚠epi64 Experimental avx512cd,avx512vl
- Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.
- _mm256_
broadcastmw_ ⚠epi32 Experimental avx512cd,avx512vl
- Broadcast the low 16-bits from input mask k to all 32-bit elements of dst.
- _mm256_
conflict_ ⚠epi32 Experimental avx512cd,avx512vl
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
- _mm256_
conflict_ ⚠epi64 Experimental avx512cd,avx512vl
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
- _mm256_
lzcnt_ ⚠epi32 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst.
- _mm256_
lzcnt_ ⚠epi64 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst.
- _mm256_
mask_ ⚠conflict_ epi32 Experimental avx512cd,avx512vl
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm256_
mask_ ⚠conflict_ epi64 Experimental avx512cd,avx512vl
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm256_
mask_ ⚠lzcnt_ epi32 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
- _mm256_
mask_ ⚠lzcnt_ epi64 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
- _mm256_
maskz_ ⚠conflict_ epi32 Experimental avx512cd,avx512vl
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm256_
maskz_ ⚠conflict_ epi64 Experimental avx512cd,avx512vl
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm256_
maskz_ ⚠lzcnt_ epi32 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
- _mm256_
maskz_ ⚠lzcnt_ epi64 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
- _mm512_
broadcastmb_ ⚠epi64 Experimental avx512cd
- Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.
- _mm512_
broadcastmw_ ⚠epi32 Experimental avx512cd
- Broadcast the low 16-bits from input mask k to all 32-bit elements of dst.
- _mm512_
conflict_ ⚠epi32 Experimental avx512cd
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
- _mm512_
conflict_ ⚠epi64 Experimental avx512cd
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
- _mm512_
lzcnt_ ⚠epi32 Experimental avx512cd
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst.
- _mm512_
lzcnt_ ⚠epi64 Experimental avx512cd
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst.
- _mm512_
mask_ ⚠conflict_ epi32 Experimental avx512cd
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm512_
mask_ ⚠conflict_ epi64 Experimental avx512cd
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm512_
mask_ ⚠lzcnt_ epi32 Experimental avx512cd
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
- _mm512_
mask_ ⚠lzcnt_ epi64 Experimental avx512cd
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
- _mm512_
maskz_ ⚠conflict_ epi32 Experimental avx512cd
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm512_
maskz_ ⚠conflict_ epi64 Experimental avx512cd
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm512_
maskz_ ⚠lzcnt_ epi32 Experimental avx512cd
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
- _mm512_
maskz_ ⚠lzcnt_ epi64 Experimental avx512cd
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
- _mm_
broadcastmb_ ⚠epi64 Experimental avx512cd,avx512vl
- Broadcast the low 8-bits from input mask k to all 64-bit elements of dst.
- _mm_
broadcastmw_ ⚠epi32 Experimental avx512cd,avx512vl
- Broadcast the low 16-bits from input mask k to all 32-bit elements of dst.
- _mm_
conflict_ ⚠epi32 Experimental avx512cd,avx512vl
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
- _mm_
conflict_ ⚠epi64 Experimental avx512cd,avx512vl
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit. Each element’s comparison forms a zero extended bit vector in dst.
- _mm_
lzcnt_ ⚠epi32 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst.
- _mm_
lzcnt_ ⚠epi64 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst.
- _mm_
mask_ ⚠conflict_ epi32 Experimental avx512cd,avx512vl
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm_
mask_ ⚠conflict_ epi64 Experimental avx512cd,avx512vl
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using writemask k (elements are copied from src when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm_
mask_ ⚠lzcnt_ epi32 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
- _mm_
mask_ ⚠lzcnt_ epi64 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using writemask k (elements are copied from src when the corresponding mask bit is not set).
- _mm_
maskz_ ⚠conflict_ epi32 Experimental avx512cd,avx512vl
- Test each 32-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm_
maskz_ ⚠conflict_ epi64 Experimental avx512cd,avx512vl
- Test each 64-bit element of a for equality with all other elements in a closer to the least significant bit using zeromask k (elements are zeroed out when the corresponding mask bit is not set). Each element’s comparison forms a zero extended bit vector in dst.
- _mm_
maskz_ ⚠lzcnt_ epi32 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 32-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).
- _mm_
maskz_ ⚠lzcnt_ epi64 Experimental avx512cd,avx512vl
- Counts the number of leading zero bits in each packed 64-bit integer in a, and store the results in dst using zeromask k (elements are zeroed out when the corresponding mask bit is not set).