VEXP2PD - Exponential 2 Packed Double

VPEXP2PD zmm1{k1}{z}, zmm2/m512/m64bcst{sae}    (V5+ER
__m512d _mm512_exp2a23_round_pd(__m512d a, int sae)
__m512d _mm512_mask_exp2a23_round_pd(__m512d s, __mmask8 k, __m512d a, int sae)
__m512d _mm512_maskz_exp2a23_round_pd(__mmask8 k, __m512d a, int sae)

For each double, calculate approximate 2x, where x=(1), and set the result to (2). (relative error < 2-23)

x86/x64 SIMD Instruction List  Feedback