v128x2
Represents a 256-bit SIMD value (Arm only) (a combination of 2 128-bit values, equivalent to Arm Neon *x2 types)
Read time 1 minuteLast updated 13 days ago
Definition
- Type: Struct
- Namespace: Unity.Burst.Intrinsics
- Assembly: UnityEngine.BurstModule
public struct v128x2
Fields
Value | Description |
|---|---|
| v128_0 | Get the first 128 bits of the vector |
| v128_1 | Get the second 128 bits of the vector |
Constructors
Constructor | Description |
|---|---|
| v128x2(Unity.Burst.Intrinsics.v128,Unity.Burst.Intrinsics.v128) | Initialize the v128x2 with 2 v128's |