_mm_hadd_ps

Horizontally add adjacent pairs of single-precision (32-bit) floating-point elements in a and b.

  1. __m128 _mm_hadd_ps(__m128 a, __m128 b)
  2. __m128 _mm_hadd_ps(__m128 a, __m128 b)
    nothrow @nogc pure @trusted
    static if(!(LDC_with_SSE3))
    __m128
    _mm_hadd_ps
    (
    __m128 a
    ,
    __m128 b
    )

Meta