]> www.infradead.org Git - users/dwmw2/qemu.git/commit
target/s390x: Fix the floating-point multiply-and-add NaN rules
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 22 Oct 2024 23:59:18 +0000 (01:59 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Nov 2024 09:54:42 +0000 (10:54 +0100)
commite1f1ccb8f0a476198ce8adff566db26b7143e975
treeb29396322341dd2a2a54c338297f5bac4e80f4a1
parent80c80346ebd8a36b778cb634732b427862de7cb1
target/s390x: Fix the floating-point multiply-and-add NaN rules

Order the helper arguments to match the Principles of Operation.
Implement the "Results: MULTIPLY AND ADD" table in pickNaNMulAdd().

Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20241023000147.34035-2-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
fpu/softfloat-specialize.c.inc
target/s390x/tcg/fpu_helper.c
target/s390x/tcg/vec_fpu_helper.c