docs.unity.cn
    Show / Hide Table of Contents

    Method movemask_ps

    movemask_ps(v128)

    Set each bit of mask "dst" based on the most significant bit of the corresponding packed single-precision (32-bit) floating-point element in "a".

    Declaration
    public static int movemask_ps(v128 a)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Returns
    Type Description
    Int32

    Integer

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