qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH v3 03/13] fpu: optimise float[16/32/64]_squash_d


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH v3 03/13] fpu: optimise float[16/32/64]_squash_denormal (HACK?)
Date: Tue, 13 Aug 2019 14:12:38 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

On 8/13/19 1:49 PM, Alex Bennée wrote:
> Using the floatXX_pack_raw functions is slight overkill for basically
> just masking out all but the top bit of the number. This makes the
> final code exactly the same as pre-conversion.
> 
> TODO: is this worth it, can the compiler do better with make_float?
> 
> Signed-off-by: Alex Bennée <address@hidden>
> ---
>  fpu/softfloat.c | 22 ++++++++++++----------
>  1 file changed, 12 insertions(+), 10 deletions(-)

Hah.  I just suggested something similar vs patch 2.


r~



reply via email to

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