_mm_pow_ps

Computes base^exponent, for 4 floats at once. This is an approximation, valid up to approximately -100dB of accuracy IMPORTANT: NaN, zero, or infinity input not supported properly. x must be > 0 and finite.

  1. __m128 _mm_pow_ps(__m128 base, __m128 exponents)
    nothrow @nogc pure @safe
    __m128
    _mm_pow_ps
    (
    __m128 base
    ,
    __m128 exponents
    )
  2. __m128 _mm_pow_ps(__m128 base, float exponent)

Meta