Method movemask_pd
movemask_pd(v128)
Set each bit of mask "dst" based on the most significant bit of the corresponding packed double-precision (64-bit) floating-point element in "a".
Declaration
public static int movemask_pd(v128 a)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
Returns
| Type | Description |
|---|---|
| Int32 | Integer |