Re: [PATCH 03/17] target/sparc: Use float*_muladd_scalbn
On 8/12/24 23:48, Richard Henderson wrote: Use the scalbn interface instead of float_muladd_halve_result. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 4 +- target/sparc/fop_helper.c | 8 ++-- target/sparc/translate.c | 80 +++ 3 f
[PATCH 03/17] target/sparc: Use float*_muladd_scalbn
Use the scalbn interface instead of float_muladd_halve_result. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 4 +- target/sparc/fop_helper.c | 8 ++-- target/sparc/translate.c | 80 +++ 3 files changed, 54 insertions(+), 38 deletions(-)