Method cmpgt_epi64
cmpgt_epi64(v128, v128)
Compare packed 64-bit integers in a and b for greater-than, and store the results in dst.
Declaration
public static v128 cmpgt_epi64(v128 val1, v128 val2)
Parameters
Type | Name | Description |
---|---|---|
v128 | val1 | Vector a |
v128 | val2 | Vector b |
Returns
Type | Description |
---|---|
v128 | Vector |