tests/tcg/s390x: test signed vfmin/vfmax
commit23f13e1986e2ed3a02b65c0bf376c8c61d04ae7a
authorIlya Leoshkevich <iii@linux.ibm.com>
Wed, 13 Jul 2022 18:26:12 +0000 (13 20:26 +0200)
committerThomas Huth <thuth@redhat.com>
Tue, 19 Jul 2022 10:49:56 +0000 (19 12:49 +0200)
treee4736f23e25643e718eda72a2ff9a2d76cd9ad48
parent63dd7bcbea143814924e2c6f1c01a7d9ca8038f5
tests/tcg/s390x: test signed vfmin/vfmax

Add a test to prevent regressions. Try all floating point value sizes
and all combinations of floating point value classes. Verify the results
against PoP tables, which are represented as close to the original as
possible - this produces a lot of checkpatch complaints, but it seems
to be justified in this case.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220713182612.3780050-4-iii@linux.ibm.com>
Signed-off-by: Thomas Huth <thuth@redhat.com>
tests/tcg/s390x/Makefile.target
tests/tcg/s390x/vfminmax.c [new file with mode: 0644]