Method abs_epi32
abs_epi32(v128)
Compute the absolute value of packed 32-bit integers in "a", and store the unsigned results in "dst".
Declaration
public static v128 abs_epi32(v128 a)
Parameters
| Type | Name | Description | 
|---|---|---|
| v128 | a | Vector a  | 
Returns
| Type | Description | 
|---|---|
| v128 | Vector  |