Tags / Equivalents
_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".
vec_min() on IBM Power 9 64-bit - VSX
Purpose: Returns a vector containing the minimum value from each set of corresponding elements of the source vectors.
Result value: The value of each element of output is the minimum of the values of the corresponding elements of a and b.
Endian considerations: None.
_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".
vec_min() on IBM-Z 64-bit - IBM-Z
Returns a vector containing the minimum value from each set of corresponding elements of the given vectors. The value of each element of the result is the minimum of the values of the corresponding elements of a and b.This function emulates the operation on vector double under ARCH(11). Minimum Arch: Z11.
_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".