qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 24/28] softfloat: Convert float32_exp2 to FloatParts


From: Alex Bennée
Subject: Re: [PATCH v2 24/28] softfloat: Convert float32_exp2 to FloatParts
Date: Thu, 03 Jun 2021 15:44:24 +0100
User-agent: mu4e 1.5.13; emacs 28.0.50

Richard Henderson <richard.henderson@linaro.org> writes:

> Keep the intermediate results in FloatParts instead of
> converting back and forth between float64.  Use muladd
> instead of separate mul+add.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>

It would be nice if we had some tests for this but I guess only one arch
uses it at the moment. Anyway:

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>

-- 
Alex Bennée



reply via email to

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