docs.unity.cn
    Show / Hide Table of Contents

    Method popcnt_u32

    popcnt_u32(UInt32)

    Count the number of bits set to 1 in unsigned 32-bit integer a, and return that count in dst.

    Declaration
    public static int popcnt_u32(uint v)
    Parameters
    Type Name Description
    UInt32 v

    Integer to be counted in

    Returns
    Type Description
    Int32

    Count

    Remarks

    **** popcnt r32, r32

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