暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

csharp-burst-intrinsics.md 1.0KB

Burst intrinsics overview

Burst provides low level intrinsics in the Unity.Burst.Intrinsics namespace. This is useful if you know how to write single instruction, multiple data (SIMD) assembly code, and you want to get extra performance from Burst code. For most use cases, you won’t need to use these.

This section contains the following information

Page Description
Burst intrinsics Common class Overview of the Burst.Intrinsics.Common class, which provides functionality shared across the hardware targets that Burst supports.
DllImport and internal calls Overview of [DllImport], which is for calling native functions.
Processor specific SIMD extensions Overview of the Intel and Arm Neon intrinsics.
Arm Neon intrinsics reference Reference of the methods in the Burst.Intrinsics.Arm.Neon class.