[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-ppc] [RFC PATCH v1 2/2] softfloat: Add float128_to_uint32_roun
From: |
Peter Maydell |
Subject: |
Re: [Qemu-ppc] [RFC PATCH v1 2/2] softfloat: Add float128_to_uint32_round_to_zero() |
Date: |
Tue, 7 Feb 2017 15:57:14 +0000 |
On 7 February 2017 at 08:04, Bharata B Rao <address@hidden> wrote:
> float128_to_uint32_round_to_zero() is needed by xscvqpuwz instruction
> of PowerPC ISA 3.0.
>
> Signed-off-by: Bharata B Rao <address@hidden>
> ---
> fpu/softfloat.c | 28 ++++++++++++++++++++++++++++
> include/fpu/softfloat.h | 1 +
> 2 files changed, 29 insertions(+)
>
Reviewed-by: Peter Maydell <address@hidden>
thanks
-- PMM