Tags / Equivalents

_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".

 Intel 64-bit

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.

 

 IBM Power 9 64-bit

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.

 IBM-Z 64-bit

_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".

 Intel 64-bit

_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".

 Intel 64-bit
 
Some data for your search? Something else? whatever.