_mm_sqrt_ps

Undocumented in source. Be warned that the author may not have intended to support it.
  1. alias _mm_sqrt_ps = __builtin_ia32_sqrtps
  2. __m128 _mm_sqrt_ps(__m128 vec)
    version(LDC)
    nothrow @nogc pure @safe
    static if(!(__VERSION__ < 2081))
    __m128
    _mm_sqrt_ps
    (
    __m128 vec
    )
  3. __m128 _mm_sqrt_ps(__m128 vec)

Meta