Exponential Operations
- _mm512_exp10_pd, _mm512_mask_exp10_pd
Calculates exponential value of 10. Vector variant of exp(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_exp10_ps, _mm512_mask_exp10_ps
Calculates exponential value of 10. Vector variant of exp(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_exp2_pd/ _mm512_mask_exp2_pd
Calculates exponential value of 2. Vector variant of exp2(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_exp2_ps/ _mm512_mask_exp2_ps
Calculates exponential value of 2. Vector variant of exp2(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_exp_pd/ _mm512_mask_exp_pd
Calculates exponential value of e (base of natural logarithms). Vector variant of exp(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_exp_ps/ _mm512_mask_exp_ps
Calculates exponential value of e (base of natural logarithms). Vector variant of exp(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_expm1_pd, _mm512_mask_expm1_pd
Calculates exponential value of e (base of natural logarithms), raised to the power of vector elements minus 1. Vector variant of expm1(x) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_expm1_ps, _mm512_mask_expm1_ps
Calculates exponential value of e (base of natural logarithms), raised to the power of vector elements minus 1. Vector variant of expm1(x) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_pow_pd/ _mm512_mask_pow_pd
Calculates exponential value of one argument raised to the other argument. Vector variant of pow(x, y) function for a float64 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).
- _mm512_pow_ps/ _mm512_mask_pow_ps
Calculates exponential value of one argument raised to the other argument. Vector variant of pow(x, y) function for a float32 argument. This intrinsic only applies to Intel® Many Integrated Core Architecture (Intel® MIC Architecture).