Method comige_sd
comige_sd(v128, v128)
Compare the lower double-precision (64-bit) floating-point element in "a" and "b" for greater-than-or-equal, and return the boolean result (0 or 1).
Declaration
public static int comige_sd(v128 a, v128 b)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
v128 | b | Vector b |
Returns
Type | Description |
---|---|
int | Boolean result |