qemu-devel
[Top][All Lists]
Advanced

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

Re: [RFC PATCH 6/8] softfloat: add float128_to_int128


From: Richard Henderson
Subject: Re: [RFC PATCH 6/8] softfloat: add float128_to_int128
Date: Wed, 30 Mar 2022 12:14:58 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:91.0) Gecko/20100101 Thunderbird/91.7.0

On 3/30/22 11:59, matheus.ferst@eldorado.org.br wrote:
From: Matheus Ferst<matheus.ferst@eldorado.org.br>

Implements float128_to_int128 based on parts_float_to_int logic.

Signed-off-by: Matheus Ferst<matheus.ferst@eldorado.org.br>
---
  fpu/softfloat.c         | 64 +++++++++++++++++++++++++++++++++++++++++
  include/fpu/softfloat.h |  2 ++
  include/qemu/int128.h   |  2 ++
  3 files changed, 68 insertions(+)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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