qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH 09/12] ARM: Ignore top 16 bits when doing VCVT f


From: Nathan Froyd
Subject: Re: [Qemu-devel] [PATCH 09/12] ARM: Ignore top 16 bits when doing VCVT from 16 bit fixed point
Date: Mon, 29 Nov 2010 09:02:09 -0800
User-agent: Mutt/1.5.17+20080114 (2008-01-14)

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 <address@hidden>

Reviewed-by: Nathan Froyd <address@hidden>

-Nathan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]