On Tue, Nov 23, 2010 at 06:53:48PM +0000, Peter Maydell wrote: > VCVT of 16 bit fixed point to float should ignore the top 16 bits > of the source register. Cast to int16_t and friends rather than > int16 -- the former is guaranteed exactly 16 bits wide where the > latter is merely at least 16 bits wide (and so is usually 32 bits). > > Signed-off-by: Peter Maydell <[email protected]>
Reviewed-by: Nathan Froyd <[email protected]> -Nathan
