[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v2 for-10.0 04/54] tests/fp: Explicitly set inf-zero-nan rule
From: |
Peter Maydell |
Subject: |
Re: [PATCH v2 for-10.0 04/54] tests/fp: Explicitly set inf-zero-nan rule |
Date: |
Mon, 2 Dec 2024 17:05:50 +0000 |
On Mon, 2 Dec 2024 at 17:04, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> On 12/2/24 07:12, Peter Maydell wrote:
> > Explicitly set a rule in the softfloat tests for the inf-zero-nan
> > muladd special case. In meson.build we put -DTARGET_ARM in fpcflags,
> > and so we should select here the Arm rule of
> > float_infzeronan_dnan_if_qnan.
> >
> > Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
> > ---
> > tests/fp/fp-bench.c | 5 +++++
> > tests/fp/fp-test.c | 5 +++++
> > 2 files changed, 10 insertions(+)
>
> Lost your SoB.
Whoops; here it is:
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
-- PMM
- [PATCH v2 for-10.0 00/54] fpu: Remove pickNaNMulAdd, default-NaN ifdefs, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 01/54] fpu: handle raising Invalid for infzero in pick_nan_muladd, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 02/54] fpu: Check for default_nan_mode before calling pickNaNMulAdd, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 03/54] softfloat: Allow runtime choice of inf * 0 + NaN result, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 04/54] tests/fp: Explicitly set inf-zero-nan rule, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 07/54] target/ppc: Set FloatInfZeroNaNRule explicitly, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 05/54] target/arm: Set FloatInfZeroNaNRule explicitly, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 13/54] target/hppa: Set FloatInfZeroNaNRule explicitly, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 25/54] target/hppa: Set Float3NaNPropRule explicitly, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 24/54] target/i386: Set Float3NaNPropRule explicitly, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 18/54] target/loongarch: Set Float3NaNPropRule explicitly, Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 27/54] target/m68k: Don't pass NULL float_status to floatx80_default_nan(), Peter Maydell, 2024/12/02
- [PATCH v2 for-10.0 40/54] target/arm: Set default NaN pattern explicitly, Peter Maydell, 2024/12/02