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