qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] [PATCH 1/4] softfloat: use floatx80_infinity in softflo


From: Richard Henderson
Subject: Re: [Qemu-devel] [PATCH 1/4] softfloat: use floatx80_infinity in softfloat
Date: Mon, 3 Jul 2017 11:06:40 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.1

On 07/03/2017 09:23 AM, Laurent Vivier wrote:
Since f3218a8 ("softfloat: add floatx80 constants")
floatx80_infinity is defined but never used.

This patch updates floatx80 functions to use
this definition.

This allows to define a different default Infinity
value on m68k: the m68k FPU defines infinity with
all bits set to zero in the mantissa.

Signed-off-by: Laurent Vivier<address@hidden>
---
  fpu/softfloat-specialize.h | 14 ++++++++++++++
  fpu/softfloat.c            | 38 ++++++++++++++++++++++++++------------
  include/fpu/softfloat.h    |  9 +++++++--
  3 files changed, 47 insertions(+), 14 deletions(-)

Reviewed-by: Richard Henderson <address@hidden>


r~



reply via email to

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