Method blendv_ps
blendv_ps(v128, v128, v128)
Blend packed single-precision (32-bit) floating-point elements from "a" and "b" using "mask", and store the results in "dst".
Declaration
public static v128 blendv_ps(v128 a, v128 b, v128 mask)
Parameters
| Type | Name | Description |
|---|---|---|
| v128 | a | Vector a |
| v128 | b | Vector b |
| v128 | mask | Mask |
Returns
| Type | Description |
|---|---|
| v128 | Vector |