docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    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

    Topic 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.

    Additional resources

    • C# language support
    • Burst compilation
    In This Article
    Back to top
    Copyright © 2025 Unity Technologies — Trademarks and terms of use
    • Legal
    • Privacy Policy
    • Cookie Policy
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)