docs.unity.cn
    Show / Hide Table of Contents

    Method alignr_epi8

    alignr_epi8(v128, v128, Int32)

    Concatenate 16-byte blocks in "a" and "b" into a 32-byte temporary result, shift the result right by "count" bytes, and store the low 16 bytes in "dst".

    Declaration
    public static v128 alignr_epi8(v128 a, v128 b, int count)
    Parameters
    Type Name Description
    v128 a

    Vector a

    v128 b

    Vector b

    Int32 count

    Byte count

    Returns
    Type Description
    v128

    Vector

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