_mm_exp2_pd, _mm256_exp2_pd
Calculates exponential value of 2. Vector variant of exp2(x) function for a 128-bit vector or 256-bit vector argument of float64 values.
_mm_exp2_ps, _mm256_exp2_ps
Calculates exponential value of 2. Vector variant of exp2(x) function for a 128-bit/256-bit vector argument of float32 values.
_mm_exp_pd, _mm256_exp_pd
Calculates exponential value of e (base of natural logarithms). Vector variant of exp(x) function for a 128-bit/256-bit vector argument of float64 values.
_mm_exp_ps, _mm256_exp_ps
Calculates exponential value of e (base of natural logarithms). Vector variant of exp(x) function for a 128-bit /256-bit vector argument of float32 values.
_mm_cexp_ps, _mm256_cexp_ps
Calculates complex exponential value of e (base of natural logarithms). Vector variant of exp(x) function for a 128-bit/256-bit vector argument of _Complex float32 values.
_mm_pow_pd, _mm256_pow_pd
Calculates exponential value of one argument raised to the other argument. Vector variant of pow(x, y) function for a 128-bit/256-bit vector argument of float64 values.
_mm_pow_ps, _mm256_pow_ps
Calculates exponential value of one argument raised to the other argument. Vector variant of pow(x, y) function for a 128-bit /256-bit vector argument of float32 values.