The following changes since commit 4b9f0b0f7c84eea2dfb0d5be3e0254bc91319dbc:
Merge remote-tracking branch 'remotes/stefanha/tags/block-pull-request' into staging (2019-01-15 17:24:00 +0000) are available in the Git repository at: https://github.com/stsquad/qemu.git tags/pull-fpu-next-170119-1 for you to fetch changes up to f722d6877d4e91e984480a4b687cf12971b6c931: tests/Makfile: add check-softfloat rule (2019-01-17 09:12:33 +0000) ---------------------------------------------------------------- Some more softfloat/fpu fixes - make check-softfloat - fixes for fp-bench - workaround broken host fma - compile fix for s390x/clang ---------------------------------------------------------------- Alex Bennée (3): tests/Makefile: add floating point tests scripts/archive-source: include softfloat tests tests/Makfile: add check-softfloat rule Emilio G. Cota (3): fp-bench: fix update_random_ops fp-bench: remove wrong exponent raise in fill_random softfloat: enforce softfloat if the host's FMA is broken Thomas Huth (1): include/fpu/softfloat: Fix compilation with Clang on s390x fpu/softfloat.c | 33 +++++++++++ include/fpu/softfloat-macros.h | 2 +- scripts/archive-source.sh | 2 +- tests/Makefile.include | 132 ++++++++++++++++++++++++++++++++++++++++- tests/fp/fp-bench.c | 15 ++--- 5 files changed, 173 insertions(+), 11 deletions(-) -- 2.17.1