Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public struct v128x2

Fields

Value

Description

v128_0Get the first 128 bits of the vector
v128_1Get 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