[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixe
From: |
Alex Bennée |
Subject: |
[Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes |
Date: |
Thu, 17 Jan 2019 13:26:56 +0000 |
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
- [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes,
Alex Bennée <=
- [Qemu-devel] [PULL 7/7] tests/Makfile: add check-softfloat rule, Alex Bennée, 2019/01/17
- [Qemu-devel] [PULL 5/7] tests/Makefile: add floating point tests, Alex Bennée, 2019/01/17
- [Qemu-devel] [PULL 4/7] include/fpu/softfloat: Fix compilation with Clang on s390x, Alex Bennée, 2019/01/17
- [Qemu-devel] [PULL 3/7] softfloat: enforce softfloat if the host's FMA is broken, Alex Bennée, 2019/01/17
- [Qemu-devel] [PULL 6/7] scripts/archive-source: include softfloat tests, Alex Bennée, 2019/01/17
- [Qemu-devel] [PULL 1/7] fp-bench: fix update_random_ops, Alex Bennée, 2019/01/17
- [Qemu-devel] [PULL 2/7] fp-bench: remove wrong exponent raise in fill_random, Alex Bennée, 2019/01/17
- Re: [Qemu-devel] [PULL 0/7] check-softfloat, fp-bench and clang compile fixes, Peter Maydell, 2019/01/17