docs.unity3d.com
    Show / Hide Table of Contents

    Method mm256_movemask_pd

    mm256_movemask_pd(v256)

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

    Declaration
    public static int mm256_movemask_pd(v256 a)
    Parameters
    Type Name Description
    v256 a

    Vector a

    Returns
    Type Description
    Int32

    Integer

    Remarks

    **** VMOVMSKPD r32, ymm2 Extracts the sign bits from the packed double-precision floating-point values in the source operand, formats them into a 4-bit mask, and stores the mask in the destination

    Back to top
    Copyright © 2023 Unity Technologies — Terms of use
    • Legal
    • Privacy Policy
    • Cookies
    • Do Not Sell or Share My Personal Information
    • Your Privacy Choices (Cookie Settings)
    "Unity", Unity logos, and other Unity trademarks are trademarks or registered trademarks of Unity Technologies or its affiliates in the U.S. and elsewhere (more info here). Other names or brands are trademarks of their respective owners.
    Generated by DocFX on 18 October 2023