Tags / Equivalents
_mm256_min_ph() on Intel 64-bit - AVX512
Compare packed half-precision (16-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]
_mm_min_ph() on Intel 64-bit - AVX512
Compare packed half-precision (16-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]
_mm512_min_ph() on Intel 64-bit - AVX512
Compare packed half-precision (16-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]
_mm512_min_epi16() on Intel 64-bit - AVX512
Compare packed signed 16-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_ps() on Intel 64-bit - AVX512
Compare packed single-precision (32-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]
_mm512_min_epu32() on Intel 64-bit - AVX512
Compare packed unsigned 32-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_epi32() on Intel 64-bit - AVX512
Compare packed signed 32-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_epu16() on Intel 64-bit - AVX512
Compare packed unsigned 16-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_epu8() on Intel 64-bit - AVX512
Compare packed unsigned 8-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm_min_epu64() on Intel 64-bit - AVX512
Compare packed unsigned 64-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_epu64() on Intel 64-bit - AVX512
Compare packed unsigned 64-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm256_min_epu64() on Intel 64-bit - AVX512
Compare packed unsigned 64-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_epi8() on Intel 64-bit - AVX512
Compare packed signed 8-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm256_min_epi64() on Intel 64-bit - AVX512
Compare packed signed 64-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_epi64() on Intel 64-bit - AVX512
Compare packed signed 64-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm_min_epi64() on Intel 64-bit - AVX512
Compare packed signed 64-bit integers in "a" and "b", and store packed minimum values in "dst".
_mm512_min_pd() on Intel 64-bit - AVX512
Compare packed double-precision (64-bit) floating-point elements in "a" and "b", and store packed minimum values in "dst". [min_float_note]