qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
* [PULL 00/10] softfloat misc cleanups
@ 2020-05-19 16:49 Richard Henderson
  2020-05-19 16:49 ` [PULL 01/10] softfloat: Use post test for floatN_mul Richard Henderson
                   ` (11 more replies)
  0 siblings, 12 replies; 13+ messages in thread
From: Richard Henderson @ 2020-05-19 16:49 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell

The following changes since commit f2465433b43fb87766d79f42191607dac4aed5b4:

  Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2020-05-19 13:42:58 +0100)

are available in the Git repository at:

  https://github.com/rth7680/qemu.git tags/pull-fpu-20200519

for you to fetch changes up to 150c7a91ce7862bcaf7422f6038dcf0ba4a7eee3:

  softfloat: Return bool from all classification predicates (2020-05-19 08:43:05 -0700)

----------------------------------------------------------------
Misc cleanups

----------------------------------------------------------------
Richard Henderson (10):
      softfloat: Use post test for floatN_mul
      softfloat: Replace flag with bool
      softfloat: Change tininess_before_rounding to bool
      softfloat: Name rounding mode enum
      softfloat: Name compare relation enum
      softfloat: Inline float32 compare specializations
      softfloat: Inline float64 compare specializations
      softfloat: Inline float128 compare specializations
      softfloat: Inline floatx80 compare specializations
      softfloat: Return bool from all classification predicates

 include/fpu/softfloat-helpers.h |   27 +-
 include/fpu/softfloat-macros.h  |   24 +-
 include/fpu/softfloat-types.h   |   28 +-
 include/fpu/softfloat.h         |  336 +++++++---
 target/i386/ops_sse.h           |    8 +-
 fpu/softfloat-specialize.inc.c  |   32 +-
 fpu/softfloat.c                 | 1305 +++++----------------------------------
 target/arm/sve_helper.c         |    8 +-
 target/arm/vfp_helper.c         |   14 +-
 target/hppa/op_helper.c         |    7 +-
 target/i386/fpu_helper.c        |    8 +-
 target/m68k/fpu_helper.c        |    6 +-
 target/m68k/softfloat.c         |   70 +--
 target/mips/msa_helper.c        |   10 +-
 target/openrisc/fpu_helper.c    |    4 +-
 target/ppc/int_helper.c         |   13 +-
 target/s390x/fpu_helper.c       |   22 +-
 target/s390x/vec_fpu_helper.c   |    2 +-
 target/sparc/fop_helper.c       |    4 +-
 target/unicore32/ucf64_helper.c |    6 +-
 target/xtensa/fpu_helper.c      |    6 +-
 tests/fp/fp-test.c              |    2 +-
 22 files changed, 547 insertions(+), 1395 deletions(-)


^ permalink raw reply	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2020-05-21 10:12 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-19 16:49 [PULL 00/10] softfloat misc cleanups Richard Henderson
2020-05-19 16:49 ` [PULL 01/10] softfloat: Use post test for floatN_mul Richard Henderson
2020-05-19 16:49 ` [PULL 02/10] softfloat: Replace flag with bool Richard Henderson
2020-05-19 16:49 ` [PULL 03/10] softfloat: Change tininess_before_rounding to bool Richard Henderson
2020-05-19 16:49 ` [PULL 04/10] softfloat: Name rounding mode enum Richard Henderson
2020-05-19 16:49 ` [PULL 05/10] softfloat: Name compare relation enum Richard Henderson
2020-05-19 16:49 ` [PULL 06/10] softfloat: Inline float32 compare specializations Richard Henderson
2020-05-19 16:49 ` [PULL 07/10] softfloat: Inline float64 " Richard Henderson
2020-05-19 16:49 ` [PULL 08/10] softfloat: Inline float128 " Richard Henderson
2020-05-19 16:49 ` [PULL 09/10] softfloat: Inline floatx80 " Richard Henderson
2020-05-19 16:49 ` [PULL 10/10] softfloat: Return bool from all classification predicates Richard Henderson
2020-05-19 22:22 ` [PULL 00/10] softfloat misc cleanups no-reply
2020-05-21 10:10 ` Peter Maydell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).