Method cvtsi64x_si128
cvtsi64x_si128(long)
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 |
---|---|---|
long | a | 64-bit integer |
Returns
Type | Description |
---|---|
v128 | Vector |