Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


v64x2

Represents a 128-bit SIMD value (Arm only) (a combination of 2 64-bit values, equivalent to Arm Neon *x2 types)
Read time 1 minuteLast updated 13 days ago

Definition

public struct v64x2

Fields

Value

Description

v64_0Get the first 64 bits of the vector
v64_1Get the second 64 bits of the vector

Constructors

Constructor

Description

v64x2(Unity.Burst.Intrinsics.v64,Unity.Burst.Intrinsics.v64)Initialize the v64x2 with 2 v64's