qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH v2 0/2] soft-float fixes for target-s390x


From: Richard Henderson
Subject: [Qemu-devel] [PATCH v2 0/2] soft-float fixes for target-s390x
Date: Fri, 7 Dec 2012 15:52:05 -0600

... or for upcoming s390x changes.

The s390x isa has insns for both signed and unsigned conversions
to all three (binary) floating point types.  One of these was
missing and the other producing incorrect results.

Tested with the s390x rewrite on the gcc testsuite.

Changes v1-v2:
  Incorporating feedback from Peter Maydell (previously missed in
  the 140+ message thread).


r~



Richard Henderson (2):
  softfloat: Fix uint64_to_float64
  softfloat: Implement uint64_to_float128

 fpu/softfloat.c | 17 +++++++++++++++--
 fpu/softfloat.h |  3 +++
 2 files changed, 18 insertions(+), 2 deletions(-)

-- 
1.7.11.7




reply via email to

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