[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/4] linux-user/arm: Simplify accumulating and raising fpa11
From: |
Peter Maydell |
Subject: |
Re: [PATCH 4/4] linux-user/arm: Simplify accumulating and raising fpa11 exceptions |
Date: |
Fri, 23 Apr 2021 18:44:36 +0100 |
On Fri, 23 Apr 2021 at 17:56, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Use bit masking instead of an if tree.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
> linux-user/arm/cpu_loop.c | 50 ++++++++++++++-------------------------
> 1 file changed, 18 insertions(+), 32 deletions(-)
>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
thanks
-- PMM