qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH] softfloat: Handle float_muladd_negate_c when pr


From: Richard Sandiford
Subject: Re: [Qemu-devel] [PATCH] softfloat: Handle float_muladd_negate_c when product is zero
Date: Mon, 21 Jan 2013 21:38:21 +0000
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1 (gnu/linux)

BTW, I'm not sure it's right to be using *_muladd for MIPS.  MADD.fmt &
co. were fused operations in the early MIPS IV processors, but they've
had an intermediate rounding step since then (i.e. they're equivalent
to a separate multiplication and addition).  I'm not feeling brave
enough to tackle that though.

Richard



reply via email to

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