Method set1_epi64x
set1_epi64x(Int64)
Broadcast 64-bit integer "a" to all elements of "dst". This intrinsic may generate the "vpbroadcastq".
Declaration
public static v128 set1_epi64x(long a)
Parameters
| Type | Name | Description | 
|---|---|---|
| Int64 | a | 64-bit integer  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |