From: Laurent Vivier <laurent@vivier.eu>
To: qemu-devel@nongnu.org
Cc: Peter Maydell <peter.maydell@linaro.org>,
Aurelien Jarno <aurelien@aurel32.net>,
Bastian Koppelmann <kbastian@mail.uni-paderborn.de>,
Stafford Horne <shorne@gmail.com>,
qemu-arm@nongnu.org, Laurent Vivier <laurent@vivier.eu>
Subject: [Qemu-devel] [PATCH 0/4] softfloat: fix some helper definitions
Date: Fri, 3 Nov 2017 21:26:20 +0100 [thread overview]
Message-ID: <20171103202624.5956-1-laurent@vivier.eu> (raw)
This series fixes some errors found by
enabling USE_SOFTFLOAT_STRUCT_TYPES.
Most of them are helpers using int types
instead of float types.
This also requires the use of floatXX_val()
and make_floatXX().
Laurent Vivier (4):
arm: fix float64 helper definitions
openrisc: fix float32 and float64 helper definitions
tricore: use make_float32() and float32_val()
softfloat: use floatXX_val() in XX_minmax()
fpu/softfloat.c | 8 +++----
target/arm/helper-a64.h | 6 ++---
target/openrisc/fpu_helper.c | 52 ++++++++++++++++++++++----------------------
target/openrisc/helper.h | 20 ++++++++---------
target/tricore/fpu_helper.c | 34 ++++++++++++++---------------
5 files changed, 60 insertions(+), 60 deletions(-)
--
2.13.6
next reply other threads:[~2017-11-03 20:26 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-03 20:26 Laurent Vivier [this message]
2017-11-03 20:26 ` [Qemu-devel] [PATCH 1/4] arm: fix float64 helper definitions Laurent Vivier
2017-11-07 14:54 ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2017-11-03 20:26 ` [Qemu-devel] [PATCH 2/4] openrisc: fix float32 and " Laurent Vivier
2017-11-04 21:20 ` Stafford Horne
2017-11-05 14:39 ` Laurent Vivier
2017-11-07 10:59 ` Stafford Horne
2017-11-07 14:38 ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2017-11-03 20:26 ` [Qemu-devel] [PATCH 3/4] tricore: use make_float32() and float32_val() Laurent Vivier
2017-11-07 14:40 ` [Qemu-devel] [Qemu-arm] " Philippe Mathieu-Daudé
2017-11-03 20:26 ` [Qemu-devel] [PATCH 4/4] softfloat: use floatXX_val() in XX_minmax() Laurent Vivier
2017-11-03 21:27 ` [Qemu-devel] [Qemu-arm] [PATCH 0/4] softfloat: fix some helper definitions Philippe Mathieu-Daudé
2017-11-03 21:51 ` Philippe Mathieu-Daudé
2017-11-04 8:55 ` Laurent Vivier
2017-11-04 16:18 ` Philippe Mathieu-Daudé
2017-11-07 14:52 ` Philippe Mathieu-Daudé
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171103202624.5956-1-laurent@vivier.eu \
--to=laurent@vivier.eu \
--cc=aurelien@aurel32.net \
--cc=kbastian@mail.uni-paderborn.de \
--cc=peter.maydell@linaro.org \
--cc=qemu-arm@nongnu.org \
--cc=qemu-devel@nongnu.org \
--cc=shorne@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).