Hi! The following changes since commit b8bb9bbf4695b89bbdca702a054db0a7a2c8ff2b:
Merge tag 'pull-ppc-20220718' of https://gitlab.com/danielhb/qemu into staging (2022-07-18 19:27:25 +0100) are available in the Git repository at: https://gitlab.com/thuth/qemu.git tags/pull-request-2022-07-20 for you to fetch changes up to 23f13e1986e2ed3a02b65c0bf376c8c61d04ae7a: tests/tcg/s390x: test signed vfmin/vfmax (2022-07-19 12:49:56 +0200) ---------------------------------------------------------------- * Fixes for s390x floating point vector instructions ---------------------------------------------------------------- Ilya Leoshkevich (3): target/s390x: fix handling of zeroes in vfmin/vfmax target/s390x: fix NaN propagation rules tests/tcg/s390x: test signed vfmin/vfmax target/s390x/tcg/vec_fpu_helper.c | 4 +- tests/tcg/s390x/vfminmax.c | 411 ++++++++++++++++++++++++++++++++++++++ fpu/softfloat-specialize.c.inc | 3 +- tests/tcg/s390x/Makefile.target | 7 + 4 files changed, 422 insertions(+), 3 deletions(-) create mode 100644 tests/tcg/s390x/vfminmax.c