Am 04.01.2011 um 16:55 schrieb Aurelien Jarno:
On Mon, Jan 03, 2011 at 04:48:53PM +, 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 i
On Mon, Jan 03, 2011 at 04:48:53PM +, 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
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 ne