mbox series

[v1,0/6] fpu/next, mostly bits s390x tcg will need

Message ID 20190222204500.24434-1-alex.bennee@linaro.org
Headers show
Series fpu/next, mostly bits s390x tcg will need | expand

Message

Alex Bennée Feb. 22, 2019, 8:44 p.m. UTC
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(-)