_mm_movemask_pd

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

  1. alias _mm_movemask_pd = __builtin_ia32_movmskpd
  2. int _mm_movemask_pd(__m128d v)
    version(!LDC)
    nothrow @nogc pure @safe
    int
    _mm_movemask_pd
    (
    __m128d v
    )

Meta