Method mm256_setr_epi64x
mm256_setr_epi64x(Int64, Int64, Int64, Int64)
Set packed 64-bit integers in dst with the supplied values in reverse order.
Declaration
public static v256 mm256_setr_epi64x(long e3, long e2, long e1, long e0)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int64 | e3 | Element 3  | 
| Int64 | e2 | Element 2  | 
| Int64 | e1 | Element 1  | 
| Int64 | e0 | Element 0  | 
Returns
| Type | Description | 
|---|---|
| v256 | Vector  |