_mm_cvtness_sbh
Classification
AVX-512, Convert, CPUID Test: AVX512_BF16
Header File
Synopsis
_mm_cvtness_sbh(float a);
Description
Convert the single-precision (32-bit) floating-point element in "a" to a BF16 (16-bit) floating-point element, and store the result in "dst".
Operation
dst[15:0] := Convert_FP32_To_BF16(a[31:0])