Method mm256_set1_pd
mm256_set1_pd(double)
Broadcast double-precision (64-bit) floating-point value a to all elements of dst.
Declaration
public static v256 mm256_set1_pd(double a)
Parameters
Type | Name | Description |
---|---|---|
double | a | Value |
Returns
Type | Description |
---|---|
v256 | Vector |