docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_load_ps

    mm256_load_ps(Void*)

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

    Declaration
    public static v256 mm256_load_ps(void *ptr)
    Parameters
    Type Name Description
    Void* ptr

    Pointer

    Returns
    Type Description
    v256

    Vector

    Remarks

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

    Back to top Copyright © 2022 Unity Technologies
    Generated by DocFX
    on Thursday, June 9, 2022
    Terms of use