Tags / Equivalents
vec_cmpgt() on IBM Power 9 64-bit - VSX
Purpose: Returns a vector containing the results of a greater-than comparison between each set of corresponding elements of two vectors.
Result value: For each element of output, the value of each bit is 1 if the corresponding element of a is greater than the corresponding element of b. Otherwise, the value of each bit is 0.
Endian considerations: None.