qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v2 26/27] fpu/softfloat: Pass FloatClass to pick


From: Peter Maydell
Subject: Re: [Qemu-devel] [PATCH v2 26/27] fpu/softfloat: Pass FloatClass to pickNaN
Date: Mon, 14 May 2018 15:53:04 +0100

On 12 May 2018 at 01:43, Richard Henderson <address@hidden> wrote:
> For each operand, pass a single enumeration instead of a pair of booleans.
>
> Signed-off-by: Richard Henderson <address@hidden>
> ---
>  fpu/softfloat-specialize.h | 168 ++++++++++++++++++-------------------
>  fpu/softfloat.c            |   3 +-
>  2 files changed, 82 insertions(+), 89 deletions(-)

The commit also merges multiple different ifdef-selected implementations
of pickNaN into a single function whose body is ifdef-selected.

Reviewed-by: Peter Maydell <address@hidden>

thanks
-- PMM



reply via email to

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