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