Tags / Equivalents
_mm256_cmpgt_epi32() on Intel 64-bit - AVX2
Compare packed signed 32-bit integers in a and b for greater-than, and store the results in output.
_mm256_cmpgt_epi16() on Intel 64-bit - AVX2
Compare packed signed 16-bit integers in a and b for greater-than, and store the results in output.
_mm256_cmpgt_epi64() on Intel 64-bit - AVX2
Compare packed signed 64-bit integers in a and b for greater-than, and store the results in output.
_mm256_cmpgt_epi8() on Intel 64-bit - AVX2
Compare packed signed 8-bit integers in a and b for greater-than, and store the results in output.