Method set_epi64x
set_epi64x(Int64, Int64)
Set packed 64-bit integers in "dst" with the supplied values.
Declaration
public static v128 set_epi64x(long e1, long e0)
Parameters
Type | Name | Description |
---|---|---|
Int64 | e1 | Value 1 |
Int64 | e0 | Value 0 |
Returns
Type | Description |
---|---|
v128 | Vector |