qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v1 14/19] fpu/softfloat: re-factor round_to_int


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v1 14/19] fpu/softfloat: re-factor round_to_int
Date: Mon, 18 Dec 2017 14:41:45 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0

On 12/11/2017 04:57 AM, Alex Bennée wrote:
> We can now add float16_round_to_int and use the common round_decomposed and
> canonicalize functions to have a single implementation for
> float16/32/64 round_to_int functions.
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  fpu/softfloat.c         | 304 
> ++++++++++++++++++++----------------------------
>  include/fpu/softfloat.h |   1 +
>  2 files changed, 130 insertions(+), 175 deletions(-)

I was involved in writing this, so

Signed-off-by: Richard Henderson <address@hidden>


r~



reply via email to

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