[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-arm] [PATCH 0/4] softfloat: fix some helper definitions
From: |
Laurent Vivier |
Subject: |
[Qemu-arm] [PATCH 0/4] softfloat: fix some helper definitions |
Date: |
Fri, 3 Nov 2017 21:26:20 +0100 |
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
- [Qemu-arm] [PATCH 0/4] softfloat: fix some helper definitions,
Laurent Vivier <=
- [Qemu-arm] [PATCH 1/4] arm: fix float64 helper definitions, Laurent Vivier, 2017/11/03
- [Qemu-arm] [PATCH 4/4] softfloat: use floatXX_val() in XX_minmax(), Laurent Vivier, 2017/11/03
- [Qemu-arm] [PATCH 3/4] tricore: use make_float32() and float32_val(), Laurent Vivier, 2017/11/03
- [Qemu-arm] [PATCH 2/4] openrisc: fix float32 and float64 helper definitions, Laurent Vivier, 2017/11/03
- Re: [Qemu-arm] [PATCH 2/4] openrisc: fix float32 and float64 helper definitions, Philippe Mathieu-Daudé, 2017/11/07