Method mm256_extract_epi8
mm256_extract_epi8(v256, int)
Extract an 8-bit integer from a, selected with index (which must be constant), and store the result in dst.
Declaration
public static int mm256_extract_epi8(v256 a, int index)
Parameters
Type | Name | Description |
---|---|---|
v256 | a | Vector a |
int | index | Index in the vector |
Returns
Type | Description |
---|---|
int | Integer |