qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 0/4] softfloat: fix some helper definitions


From: Laurent Vivier
Subject: [Qemu-devel] [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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]