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.hender...@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é <phi...@linaro.org>