Method minpos_epu16
minpos_epu16(v128)
Horizontally compute the minimum amongst the packed unsigned 16-bit integers in "a", store the minimum and index in "dst", and zero the remaining bits in "dst".
Declaration
public static v128 minpos_epu16(v128 a)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
Returns
Type | Description |
---|---|
v128 | Vector |