Method extract_epi64
extract_epi64(v128, int)
Extract a 64-bit integer from "a", selected with "imm8", and store the result in "dst".
Declaration
public static long extract_epi64(v128 a, int imm8)
Parameters
Type | Name | Description |
---|---|---|
v128 | a | Vector a |
int | imm8 | imm8 |
Returns
Type | Description |
---|---|
long | 64-bit integer |