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  |