Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


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

public struct v64x3

Fields

Value

Description

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

Constructors