Method mullo_epi16
mullo_epi16(v128, v128)
Multiply the packed 16-bit integers in "a" and "b", producing intermediate 32-bit integers, and store the low 16 bits of the intermediate integers in "dst".
Declaration
public static v128 mullo_epi16(v128 a, v128 b)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
| v128 | b | Vector b  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |