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