_cvtss_sh
Classification
Other, Convert, CPUID Test: None
Header File
emmintrin.h
Synopsis
 _cvtss_sh(float a, int rounding);
Description
Convert the single-precision (32-bit) floating-point value "a" to a half-precision (16-bit) floating-point value, and store the result in "dst". [round_note]
Operation
dst[15:0] := Convert_FP32_To_FP16(a[31:0])