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