docs.unity3d.com
Search Results for

    Show / Hide Table of Contents

    Method stream_si64

    stream_si64(long*, long)

    Store 64-bit integer a into memory using a non-temporal hint to minimize cache pollution. If the cache line containing address mem_addr is already in the cache, the cache will be updated.

    Declaration
    public static void stream_si64(long* mem_addr, long a)
    Parameters
    Type Name Description
    long* mem_addr

    Memory address

    long a

    64-bit integer

    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)