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