qemu-arm
[Top][All Lists]
Advanced

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

Re: [PATCH 43/67] target/arm: Move helper_neon_addlp_{s8, s16} to neon_h


From: Peter Maydell
Subject: Re: [PATCH 43/67] target/arm: Move helper_neon_addlp_{s8, s16} to neon_helper.c
Date: Fri, 6 Dec 2024 15:10:51 +0000

On Sun, 1 Dec 2024 at 15:20, Richard Henderson
<richard.henderson@linaro.org> wrote:
>
> Move from helper-a64.c to neon_helper.c so that these
> functions are available for arm32 code as well.
>
> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
> ---
>  target/arm/helper.h          |  2 ++
>  target/arm/tcg/helper-a64.h  |  2 --
>  target/arm/tcg/helper-a64.c  | 43 ------------------------------------
>  target/arm/tcg/neon_helper.c | 43 ++++++++++++++++++++++++++++++++++++
>  4 files changed, 45 insertions(+), 45 deletions(-)

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

thanks
-- PMM



reply via email to

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