[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 09/11] softfloat: Share code between parts_pick_nan cases
From: |
Peter Maydell |
Subject: |
Re: [PATCH 09/11] softfloat: Share code between parts_pick_nan cases |
Date: |
Thu, 5 Dec 2024 13:37:01 +0000 |
On Tue, 3 Dec 2024 at 20:40, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Remember if there was an SNaN, and use that to simplify
> float_2nan_prop_s_{ab,ba} to only the snan component.
> Then, fall through to the corresponding
> float_2nan_prop_{ab,ba} case to handle any remaining
> nans, which must be quiet.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM
- [PATCH 01/11] target/arm: Copy entire float_status in is_ebf, (continued)
- [PATCH 01/11] target/arm: Copy entire float_status in is_ebf, Richard Henderson, 2024/12/03
- [PATCH 03/11] softfloat: Use goto for default nan case in pick_nan_muladd, Richard Henderson, 2024/12/03
- [PATCH 04/11] softfloat: Remove which from parts_pick_nan_muladd, Richard Henderson, 2024/12/03
- [PATCH 08/11] softfloat: Inline pickNaN, Richard Henderson, 2024/12/03
- [PATCH 09/11] softfloat: Share code between parts_pick_nan cases, Richard Henderson, 2024/12/03
- Re: [PATCH 09/11] softfloat: Share code between parts_pick_nan cases,
Peter Maydell <=
- [PATCH 06/11] softfloat: Move propagateFloatx80NaN to softfloat.c, Richard Henderson, 2024/12/03
- [PATCH 02/11] softfloat: Inline pickNaNMulAdd, Richard Henderson, 2024/12/03
- [PATCH 07/11] softfloat: Use parts_pick_nan in propagateFloatx80NaN, Richard Henderson, 2024/12/03
- [PATCH 10/11] softfloat: Sink frac_cmp in parts_pick_nan until needed, Richard Henderson, 2024/12/03