commit | 2eca1928f9afb7cbc8e72a59dffb964c8319469a | [log] [tgz] |
---|---|---|
author | Richard Henderson <richard.henderson@linaro.org> | Sun Dec 08 13:51:04 2024 -0600 |
committer | Richard Henderson <richard.henderson@linaro.org> | Tue Dec 24 08:32:15 2024 -0800 |
tree | 0c8e0e45061f23dd3ca12e81a25accbcbda8f228 | |
parent | 655a83cac128574c7ea386042f8eefa5be5708e5 [diff] |
target/hexagon: Use float32_muladd for helper_sffms There are no special cases for this instruction. Since hexagon always uses default-nan mode, explicitly negating the first input is unnecessary. Use float_muladd_negate_product instead. Reviewed-by: Brian Cain <brian.cain@oss.qualcomm.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>