Method cvtsi64x_si128
cvtsi64x_si128(Int64)
Copy 64-bit integer "a" to the lower element of "dst", and zero the upper element.
Declaration
public static v128 cvtsi64x_si128(long a)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int64 | a | 64-bit integer  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |