VGETEXPPS - GET EXPonent Packed Single

VGETEXPPS xmm1{k1}{z}, xmm2/m128/m32bcst    (V5+VL
__m128 _mm_getexp_ps(__m128 a)
__m128 _mm_mask_getexp_ps(__m128 s, __mmask8 k, __m128 a)
__m128 _mm_maskz_getexp_ps(__mmask8 k, __m128 a)

For each float, get the exponent from (1) (calculate floor(log2(abs((1))))) and store the result in (2).
VGETEXPPS ymm1{k1}{z}, ymm2/m256/m32bcst    (V5+VL
__m256 _mm256_getexp_ps(__m256 a)
__m256 _mm256_mask_getexp_ps(__m256 s, __mmask8 k, __m256 a)
__m256 _mm256_maskz_getexp_ps(__mmask8 k, __m256 a)

For each float, get the exponent from (1) (calculate floor(log2(abs((1))))) and store the result in (2).
VGETEXPPS zmm1{k1}{z}, zmm2/m512/m32bcst{sae}    (V5
__m512 _mm512_getexp_ps(__m512 a)
__m512 _mm512_mask_getexp_ps(__m512 s, __mmask16 k, __m512 a)
__m512 _mm512_maskz_getexp_ps(__mmask16 k, __m512 a)
__m512 _mm512_getexp_round_ps(__m512 a, int sae)
__m512 _mm512_mask_getexp_round_ps(__m512 s, __mmask16 k, __m512 a, int sae)
__m512 _mm512_maskz_getexp_round_ps(__mmask16 k, __m512 a, int sae)

For each float, get the exponent from (1) (calculate floor(log2(abs((1))))) and store the result in (2).

x86/x64 SIMD Instruction List  Feedback