_mm_min_ps

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _mm_min_ps = __builtin_ia32_minps
  2. alias _mm_min_ps = __builtin_ia32_minps
  3. __m128 _mm_min_ps(__m128 a, __m128 b)
    nothrow @nogc pure @safe
    static if(!(GDC_with_SSE))
    static if(!(LDC_with_SSE1))
    __m128
    _mm_min_ps
    (
    __m128 a
    ,
    __m128 b
    )

Meta