Method mm256_set1_epi64x
mm256_set1_epi64x(long)
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 |
---|---|---|
long | a | 64-bit integer |
Returns
Type | Description |
---|---|
v256 | Vector |