_mm_cvtneebf16_ps
Classification
AVX_ALL, Convert, CPUID Test: AVX_NE_CONVERT
Header File
Instruction
VCVTNEEBF162PS xmm, m128
Synopsis
_mm_cvtneebf16_ps(const __m128bh* __A);
Description
Convert packed BF16 (16-bit) floating-point even-indexed elements stored at memory locations starting at location "__A" to packed single-precision (32-bit) floating-point elements, and store the results in "dst".
Operation
FOR j := 0 to 3
m := j*32
dst[m+31:m] := Convert_BF16_To_FP32(MEM[__A+m+15:__A+m])
ENDFOR
dst[MAX:128] := 0