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

Vector Subtract & Write Carry-out

vec_subc(arg1, arg2)

Each element of the result is the value of the carry generated by subtracting the corresponding element of arg2 from the corresponding element of arg1. The value is zero if a borrow occurred and 1 if no borrow occurred.

Result

arg1 and arg2

Maps To

vector unsigned long

vector unsigned long

vsubcuw