docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_store_pd

    mm256_store_pd(Void*, v256)

    Store 256-bits (composed of 4 packed double-precision (64-bit) floating-point elements) from a into memory

    Declaration
    public static void mm256_store_pd(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