|
From: | Philippe Mathieu-Daudé |
Subject: | Re: [PATCH 01/17] softfloat: Add float{16,32,64}_muladd_scalbn |
Date: | Mon, 9 Dec 2024 17:06:17 +0100 |
User-agent: | Mozilla Thunderbird |
On 8/12/24 23:48, Richard Henderson wrote:
We currently have a flag, float_muladd_halve_result, to scale the result by 2**-1. Extend this to handle arbitrary scaling. Signed-off-by: Richard Henderson <richard.henderson@linaro.org> --- include/fpu/softfloat.h | 6 ++++ fpu/softfloat.c | 58 ++++++++++++++++++++++----------------- fpu/softfloat-parts.c.inc | 7 +++-- 3 files changed, 44 insertions(+), 27 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
[Prev in Thread] | Current Thread | [Next in Thread] |