Re: [PATCH 1/2] target/s390x: Fix the floating-point multiply-and-add NaN rules

2024-11-15 Thread Peter Maydell
On Wed, 23 Oct 2024 at 01:02, Ilya Leoshkevich wrote: > > Order the helper arguments to match the Principles of Operation. > Implement the "Results: MULTIPLY AND ADD" table in pickNaNMulAdd(). > > Reported-by: Peter Maydell > Signed-off-by: Ilya Leoshkevich Reviewed-by: Peter Maydell thanks -

[PATCH 1/2] target/s390x: Fix the floating-point multiply-and-add NaN rules

2024-10-22 Thread Ilya Leoshkevich
Order the helper arguments to match the Principles of Operation. Implement the "Results: MULTIPLY AND ADD" table in pickNaNMulAdd(). Reported-by: Peter Maydell Signed-off-by: Ilya Leoshkevich --- fpu/softfloat-specialize.c.inc| 19 +++ target/s390x/tcg/fpu_helper.c | 8