_mm_mul_sd

Undocumented in source. Be warned that the author may not have intended to support it.
  1. __m128d _mm_mul_sd(__m128d a, __m128d b)
    version(DigitalMars)
    nothrow @nogc pure @safe
    __m128d
    _mm_mul_sd
    (
    __m128d a
    ,
    __m128d b
    )
  2. alias _mm_mul_sd = __builtin_ia32_mulsd
  3. __m128d _mm_mul_sd(__m128d a, __m128d b)

Meta