qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding


From: Aurelien Jarno
Subject: Re: [Qemu-devel] [PATCH 0/2] ARM: Detect FP tininess before rounding
Date: Tue, 12 Apr 2011 23:35:36 +0200
User-agent: Mutt/1.5.20 (2009-06-14)

On Tue, Apr 12, 2011 at 01:56:39PM +0100, Peter Maydell wrote:
> Softfloat supports two kinds of FP tininess detection: before and
> after rounding (corresponding to the two behaviours permitted by
> IEEE754). The ARM architecture mandates detection before rounding,
> so set the flag appropriately. I had to add a setter function
> for this, since there wasn't one already.
> 
> Peter Maydell (2):
>   softfloat: Add setter function for tininess detection mode
>   target-arm: Detect tininess before rounding for FP operations
> 
>  fpu/softfloat.h     |    4 ++++
>  target-arm/helper.c |    4 ++++
>  2 files changed, 8 insertions(+), 0 deletions(-)
> 
> 

Thanks, both applied.

-- 
Aurelien Jarno                          GPG: 1024D/F1BCDB73
address@hidden                 http://www.aurel32.net



reply via email to

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