Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Common

Common intrinsics that are exposed across all Burst targets.
Read time 1 minuteLast updated 10 days ago

Definition

public static class Common

Static Methods

Method

Description

InterlockedAndBitwise and as an atomic operation.
InterlockedOrBitwise or as an atomic operation.
PauseHint that the current thread should pause.
PrefetchPrefetch a pointer.
umul128Return the low half of the multiplication of two numbers, and the high part as an out parameter.

Enums

Enum

Description

Common.LocalitySpecifies the expected temporal locality of a prefetch operation.
Common.ReadWriteSpecifies whether a prefetch operation is for reading or writing.