docs.unity.cn
    Show / Hide Table of Contents

    Method mm256_cvtps_pd

    mm256_cvtps_pd(v128)

    Convert packed single-precision (32-bit) floating-point elements in a to packed double-precision (64-bit) floating-point elements, and store the results in dst.

    Declaration
    public static v256 mm256_cvtps_pd(v128 a)
    Parameters
    Type Name Description
    v128 a

    Vector a

    Returns
    Type Description
    v256

    Vector

    Remarks

    **** VCVTPS2PD ymm1, xmm2/v128 Converts four packed single-precision floating-point values in the source operand to four packed double-precision floating-point values in the destination

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