Method cvtsi32_si128
cvtsi32_si128(int)
Copy 32-bit integer "a" to the lower elements of "dst", and zero the upper elements of "dst".
Declaration
public static v128 cvtsi32_si128(int a)
Parameters
Type | Name | Description |
---|---|---|
int | a | 32-bit integer |
Returns
Type | Description |
---|---|
v128 | Vector |