Tags / Equivalents
_mm256_extract_epi64() on Intel 64-bit - AVX2
Extract a 64-bit integer from a, selected with index b, and store the result in output.
_mm256_extract_epi32() on Intel 64-bit - AVX2
Extract a 32-bit integer from a, selected with index b, and store the result in output.
_mm256_extract_epi8() on Intel 64-bit - AVX2
Extract an 8-bit integer from a, selected with index c, and store the result in output.
_mm256_extract_epi16() on Intel 64-bit - AVX2
Extract a 16-bit integer from a, selected with index c, and store the result in output.