qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/2] softfloat: Implement flushing input denorma


From: Andreas Färber
Subject: Re: [Qemu-devel] [PATCH 1/2] softfloat: Implement flushing input denormals to zero
Date: Tue, 4 Jan 2011 22:13:57 +0100

Am 04.01.2011 um 16:55 schrieb Aurelien Jarno:

On Mon, Jan 03, 2011 at 04:48:53PM +0000, Peter Maydell wrote:
Add support to softfloat for flushing input denormal float32 and float64 to zero. softfloat's existing 'flush_to_zero' flag only flushes denormals to zero on output. Some CPUs need input denormals to be flushed before processing as well. Implement this, using a new status flag to enable it and a new exception status bit to indicate when it has happened. Existing
CPUs should be unaffected as there is no behaviour change unless the
mode is enabled.

Signed-off-by: Peter Maydell <address@hidden>

Acked-by: Aurelien Jarno <address@hidden>

No conflicts spotted. If it's semantically correct, fine with me.

Andreas



reply via email to

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