qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PULL 0/3] s390x fixes


From: Thomas Huth
Subject: [PULL 0/3] s390x fixes
Date: Wed, 20 Jul 2022 09:57:53 +0200

 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]