target/hexagon: Use float32_mul in helper_sfmpy
authorRichard Henderson <richard.henderson@linaro.org>
Sun, 8 Dec 2024 15:27:44 +0000 (09:27 -0600)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 24 Dec 2024 16:32:15 +0000 (08:32 -0800)
commit6e7422dc22fd2a3bd581e6a496470f6edecc6357
treed9fc11c4fdc2849f8011573de46da2e5c0861a75
parent82f898f3b660fb11e601ee5ea1cab4b2fdafacc8
target/hexagon: Use float32_mul in helper_sfmpy

There are no special cases for this instruction.
Remove internal_mpyf as unused.

Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com>
Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
target/hexagon/fma_emu.c
target/hexagon/fma_emu.h
target/hexagon/op_helper.c