qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 17/22] target-arm: Ignore most exceptions from s


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 17/22] target-arm: Ignore most exceptions from scalbn when doing fixpoint conversion
Date: Tue, 31 Dec 2013 07:17:41 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0

On 12/31/2013 05:35 AM, Peter Maydell wrote:
> The VFP fixed point conversion helpers first call float_scalbn and
> then convert the result to an integer. This scalbn operation may
> set floating point exception flags for:
>  * overflow & inexact (if it overflows to infinity)
>  * input denormal squashed to zero
>  * output denormal squashed to zero
> Of these, we only care about the input-denormal flag, since
> the output of the whole scale-and-convert operation will be
> an integer (so squashed-output-denormal and overflow don't
> apply). Suppress the others by saving the pre-scalb exception
> flags and only copying across a potential input-denormal flag.
> 
> Signed-off-by: Peter Maydell <address@hidden>
> ---
>  target-arm/helper.c | 9 +++++++++
>  1 file changed, 9 insertions(+)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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