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