qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h


From: Philippe Mathieu-Daudé
Subject: Re: [PATCH v3 28/48] tcg: Split tcg/tcg-op-gvec.h
Date: Thu, 1 Jun 2023 22:21:43 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 31/5/23 06:03, Richard Henderson wrote:
Create tcg/tcg-op-gvec-common.h, moving everything that does not
concern TARGET_LONG_BITS.  Adjust tcg-op-gvec.c to use the new header.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
---
  include/tcg/tcg-op-gvec-common.h | 426 +++++++++++++++++++++++++++++
  include/tcg/tcg-op-gvec.h        | 444 +------------------------------
  tcg/tcg-op-gvec.c                |   2 +-
  3 files changed, 437 insertions(+), 435 deletions(-)
  create mode 100644 include/tcg/tcg-op-gvec-common.h

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>




reply via email to

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