docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_rcp_ps

    mm256_rcp_ps(v256)

    Compute the approximate reciprocal of packed single-precision (32-bit) floating-point elements in a, and store the results in dst. The maximum relative error for this approximation is less than 1.5*2^-12.

    Declaration
    public static v256 mm256_rcp_ps(v256 a)
    Parameters
    Type Name Description
    v256 a

    Vector a

    Returns
    Type Description
    v256

    Vector

    Remarks

    **** VRCPPS ymm1, ymm2/v256

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