[Qemu-devel] [PATCH v1 0/6] fpu/next, mostly bits s390x tcg will need

Alex Bennée posted 6 patches 6 years, 8 months ago
Test asan passed
Test docker-mingw@fedora passed
Test docker-clang@ubuntu failed
Test checkpatch passed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20190222204500.24434-1-alex.bennee@linaro.org
fpu/softfloat.c         | 93 ++++++++++++++++++++++++++++++++++++++---
include/fpu/softfloat.h | 15 ++++++-
tests/.gitignore        |  1 +
tests/Makefile.include  |  7 ++--
tests/fp/fp-test.c      | 46 +++++++++++++++-----
tests/fp/wrap.inc.c     |  1 +
6 files changed, 143 insertions(+), 20 deletions(-)
[Qemu-devel] [PATCH v1 0/6] fpu/next, mostly bits s390x tcg will need
Posted by Alex Bennée 6 years, 8 months ago
Hi,

Here is the current status of fpu/next. I intend to send the PR in
next week as there are bits in it blocking work for s390. This is the
last chance to pipe up with any objections.

The following patches need review
  0004/tests fp add wrapping for f128_to_ui32.patch
  0005/tests fp enable f128_to_ui 32 64 tests in float t.patch

Alex Bennée (2):
  tests/fp: add wrapping for f128_to_ui32
  tests/fp: enable f128_to_ui[32/64] tests in float-to-uint

David Hildenbrand (2):
  softfloat: add float128_is_{normal,denormal}
  softfloat: Implement float128_to_uint32

Eric Blake (1):
  tests: Ignore fp test outputs

Richard Henderson (1):
  softfloat: Support float_round_to_odd more places

 fpu/softfloat.c         | 93 ++++++++++++++++++++++++++++++++++++++---
 include/fpu/softfloat.h | 15 ++++++-
 tests/.gitignore        |  1 +
 tests/Makefile.include  |  7 ++--
 tests/fp/fp-test.c      | 46 +++++++++++++++-----
 tests/fp/wrap.inc.c     |  1 +
 6 files changed, 143 insertions(+), 20 deletions(-)

-- 
2.20.1