qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/2] tests/tcg/s390x: Add the floating-point multiply-and-add


From: Peter Maydell
Subject: Re: [PATCH 2/2] tests/tcg/s390x: Add the floating-point multiply-and-add test
Date: Fri, 15 Nov 2024 11:39:38 +0000

On Wed, 23 Oct 2024 at 01:02, Ilya Leoshkevich <iii@linux.ibm.com> wrote:
>
> Add a test to prevent regressions.
> Share some useful pieces with the vfminmax test.
> Remove the duplicates from the floating point class values.
>
> Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
> ---
>  tests/tcg/s390x/Makefile.target |   5 +-
>  tests/tcg/s390x/float.h         | 104 ++++++++++++++
>  tests/tcg/s390x/fma.c           | 233 ++++++++++++++++++++++++++++++++
>  tests/tcg/s390x/vfminmax.c      | 223 +++++++++++-------------------
>  4 files changed, 420 insertions(+), 145 deletions(-)
>  create mode 100644 tests/tcg/s390x/float.h
>  create mode 100644 tests/tcg/s390x/fma.c

I haven't looked at this very closely, but it's only test
code, so

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>

thanks
-- PMM



reply via email to

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