_cvtsh_ss
Classification
Other, Convert, CPUID Test: None
Header File
Synopsis
_cvtsh_ss(unsigned short a);
Description
Convert the half-precision (16-bit) floating-point value "a" to a single-precision (32-bit) floating-point value, and store the result in "dst".
Operation
dst[31:0] := Convert_FP16_To_FP32(a[15:0])