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