On 12/8/2024 4:48 PM, Richard Henderson wrote:
This instruction has a special case that 0 * x + c returns c
without the normal sign folding that comes with 0 + -0.
Use the new float_muladd_suppress_add_product_zero to
describe this.
Signed-off-by: Richard Henderson
---
target/hexagon/op_hel
This instruction has a special case that 0 * x + c returns c
without the normal sign folding that comes with 0 + -0.
Use the new float_muladd_suppress_add_product_zero to
describe this.
Signed-off-by: Richard Henderson
---
target/hexagon/op_helper.c | 11 +++
1 file changed, 3 insertions