docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_storeu_ps

    mm256_storeu_ps(Void*, v256)

    Store 256-bits (composed of 8 packed single-precision (32-bit) floating-point elements) from a into memory

    Declaration
    public static void mm256_storeu_ps(void *ptr, v256 a)
    Parameters
    Type Name Description
    Void* ptr

    Pointer

    v256 a

    Vector a

    Remarks

    **** VMOVUPS v256, ymm1 Burst only generates unaligned stores.

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Tuesday, August 23, 2022
    Terms of use