Firstborn/Library/PackageCache/com.unity.burst@1.8.4/Documentation~/csharp-burst-intrinsics.md
Schaken-Mods 9092858a58 updated to the latest editor
I updated everything to the latest Unity Editor. Also realized I had the wrong shaders on my hairs, those are fixed and the hairs look MUCH better!
2023-05-07 17:43:11 -05:00

1.0 KiB

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.