Method blendv_epi8
blendv_epi8(v128, v128, v128)
Blend packed 8-bit integers from "a" and "b" using "mask", and store the results in "dst".
Declaration
public static v128 blendv_epi8(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 |