Re: [PATCH 07/17] target/hexagon: Use float32_mul in helper_sfmpy

2024-12-09 Thread Brian Cain
On 12/8/2024 4:48 PM, Richard Henderson wrote: There are no special cases for this instruction. Remove internal_mpyf as unused. Signed-off-by: Richard Henderson --- target/hexagon/fma_emu.h | 1 - target/hexagon/fma_emu.c | 8 target/hexagon/op_helper.c | 2 +- 3 files chang

[PATCH 07/17] target/hexagon: Use float32_mul in helper_sfmpy

2024-12-08 Thread Richard Henderson
There are no special cases for this instruction. Remove internal_mpyf as unused. Signed-off-by: Richard Henderson --- target/hexagon/fma_emu.h | 1 - target/hexagon/fma_emu.c | 8 target/hexagon/op_helper.c | 2 +- 3 files changed, 1 insertion(+), 10 deletions(-) diff --git a/targe