Re: [PATCH v2 5/7] target/sparc: Fix FMULD8*X16

2024-05-06 Thread Philippe Mathieu-Daudé
On 2/5/24 18:55, Richard Henderson wrote: Not only do these instructions have f32 inputs, they also do not perform rounding. Since these are relatively simple, implement them properly inline. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 2 -- target/sparc/translate.c |

[PATCH v2 5/7] target/sparc: Fix FMULD8*X16

2024-05-02 Thread Richard Henderson
Not only do these instructions have f32 inputs, they also do not perform rounding. Since these are relatively simple, implement them properly inline. Signed-off-by: Richard Henderson --- target/sparc/helper.h | 2 -- target/sparc/translate.c | 48 +++ t