Technical: Hardware: G4
Advanced Search
Apple Developer Connection
Member Login Log In | Not a Member? Support

Vector Compare Greater-Than-or-Equal-To

vec_cmpge(arg1, arg2)

Each word of the result is TRUE (all bits = 1) if the corresponding word of arg1 is greater than or equal to the corresponding word of arg2. Otherwise the word is FALSE (all bits = 0).

Result

arg1 and arg2

Maps To

vector bool long

vector float

vcmpgefp