On Sun, 1 Dec 2024 at 15:20, Richard Henderson <richard.hender...@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.hender...@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.mayd...@linaro.org> thanks -- PMM