_mm_hadd_ps

Undocumented in source. Be warned that the author may not have intended to support it.
  1. __m128 _mm_hadd_ps(__m128 a, __m128 b)
  2. float4 _mm_hadd_ps(float4 a, float4 b)
    nothrow @nogc pure @safe
    static if(!(LDC_with_SSE3))
    static if(LDC_with_ARM64)
    float4
    _mm_hadd_ps
    (
    float4 a
    ,
    float4 b
    )
  3. __m128 _mm_hadd_ps(__m128 a, __m128 b)

Meta