v64x3
Represents a 192-bit SIMD value (Arm only) (a combination of 3 64-bit values, equivalent to Arm Neon *x3 types)
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Struct
- Namespace: Unity.Burst.Intrinsics
- Assembly: UnityEngine.BurstModule
public struct v64x3
Fields
Value | Description |
|---|---|
| v64_0 | Get the first 64 bits of the vector |
| v64_1 | Get the second 64 bits of the vector |
| v64_2 | Get the third 64 bits of the vector |
Constructors
Constructor | Description |
|---|---|
| v64x3(Unity.Burst.Intrinsics.v64,Unity.Burst.Intrinsics.v64,Unity.Burst.Intrinsics.v64) | Initialize the v64x3 with 3 v64's |