docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_set_epi32

    mm256_set_epi32(Int32, Int32, Int32, Int32, Int32, Int32, Int32, Int32)

    Set packed int elements in dst with the supplied values.

    Declaration
    public static v256 mm256_set_epi32(int e7, int e6, int e5, int e4, int e3, int e2, int e1, int e0)
    Parameters
    Type Name Description
    Int32 e7

    Element 7

    Int32 e6

    Element 6

    Int32 e5

    Element 5

    Int32 e4

    Element 4

    Int32 e3

    Element 3

    Int32 e2

    Element 2

    Int32 e1

    Element 1

    Int32 e0

    Element 0

    Returns
    Type Description
    v256

    Vector

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