_mm_rsqrt_ss

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _mm_rsqrt_ss = __builtin_ia32_rsqrtss
  2. alias _mm_rsqrt_ss = __builtin_ia32_rsqrtss
  3. __m128 _mm_rsqrt_ss(__m128 a)
    version(LDC)
    nothrow @nogc pure @safe
    static if(!(GDC_with_SSE))
    static if(!(LDC_with_SSE1))
    __m128
    _mm_rsqrt_ss
    (
    __m128 a
    )
  4. __m128 _mm_rsqrt_ss(__m128 a)

Meta