qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 18/34] target/arm/tcg: Reduce 'helper-gvec.h.inc' inclusio


From: Richard Henderson
Subject: Re: [PATCH v3 18/34] target/arm/tcg: Reduce 'helper-gvec.h.inc' inclusion
Date: Tue, 20 Jun 2023 12:28:53 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/19/23 17:54, Philippe Mathieu-Daudé wrote:
Instead of including helper-gvec.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/translate-a64.c  | 4 ++++
  target/arm/tcg/translate-gvec.c | 6 ++++++
  target/arm/tcg/translate-neon.c | 4 ++++
  target/arm/tcg/translate-sve.c  | 3 +++
  target/arm/tcg/vec_helper.c     | 4 ++++
  6 files changed, 21 insertions(+), 1 deletion(-)

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


r~



reply via email to

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