qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v2 14/26] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusio


From: Richard Henderson
Subject: Re: [PATCH v2 14/26] target/arm/tcg: Reduce 'helper-neon.h.inc' inclusion
Date: Wed, 14 Jun 2023 06:48:58 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/11/23 10:58, Philippe Mathieu-Daudé wrote:
Instead of including helper-neon.h.inc via helper.h which
is included by all TCG files, restrict it to the few files
that require it.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/arm/helper.h             | 1 -
  target/arm/tcg/neon_helper.c    | 5 ++++-
  target/arm/tcg/translate-a64.c  | 4 ++++
  target/arm/tcg/translate-neon.c | 6 ++++++
  target/arm/tcg/translate-sme.c  | 4 ++++
  target/arm/tcg/translate.c      | 4 ++++
  target/arm/tcg/vec_helper.c     | 4 ++++
  7 files changed, 26 insertions(+), 2 deletions(-)

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>

r~



reply via email to

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