Method mm256_mul_epi32
mm256_mul_epi32(v256, v256)
Multiply the low 32-bit integers from each packed 64-bit element in a and b, and store the signed 64-bit results in dst.
Declaration
public static v256 mm256_mul_epi32(v256 a, v256 b)
Parameters
| Type | Name | Description | 
|---|---|---|
| v256 | a | Vector a  | 
| v256 | b | Vector b  | 
Returns
| Type | Description | 
|---|---|
| v256 | Vector  |