Method mm256_set_pd
mm256_set_pd(Double, Double, Double, Double)
Set packed double-precision (64-bit) floating-point elements in dst with the supplied values.
Declaration
public static v256 mm256_set_pd(double d, double c, double b, double a)
Parameters
| Type | Name | Description | 
|---|---|---|
| Double | d | Element d  | 
| Double | c | Element c  | 
| Double | b | Element b  | 
| Double | a | Element a  | 
Returns
| Type | Description | 
|---|---|
| v256 | Vector  |