Method mm256_cvtsi256_si64
mm256_cvtsi256_si64(v256)
Copy the lower 64-bit integer in a to dst.
Declaration
public static long mm256_cvtsi256_si64(v256 a)
Parameters
| Type | Name | Description |
|---|---|---|
| v256 | a | Vector a |
Returns
| Type | Description |
|---|---|
| Int64 | 64-bit integer |