]> git.ipfire.org Git - thirdparty/qemu.git/commit
tests/tcg/s390x: Add the floating-point multiply-and-add test
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 22 Oct 2024 23:59:19 +0000 (01:59 +0200)
committerThomas Huth <thuth@redhat.com>
Mon, 18 Nov 2024 09:54:42 +0000 (10:54 +0100)
commit6dc293540e1ceb82d569224a810f59c9a9e4f822
tree41abd3af579b6d3320133d44c530b8cbd02c6888
parente1f1ccb8f0a476198ce8adff566db26b7143e975
tests/tcg/s390x: Add the floating-point multiply-and-add test

Add a test to prevent regressions.
Share some useful pieces with the vfminmax test.
Remove the duplicates from the floating point class values.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-ID: <20241023000147.34035-3-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/tcg/s390x/Makefile.target
tests/tcg/s390x/float.h [new file with mode: 0644]
tests/tcg/s390x/fma.c [new file with mode: 0644]
tests/tcg/s390x/vfminmax.c