qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 13/22] target/arm/tcg: Extract NEON definitions to 'helper-ne


From: Richard Henderson
Subject: Re: [PATCH 13/22] target/arm/tcg: Extract NEON definitions to 'helper-neon.h.inc'
Date: Fri, 9 Jun 2023 12:42:55 -0700
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/9/23 03:47, Philippe Mathieu-Daudé wrote:
helper.h is used by all units, but not all require the NEON
definitions. Move them to a new header; the next commit will
remove it from the common helper.h.

Signed-off-by: Philippe Mathieu-Daudé<philmd@linaro.org>
---
  target/arm/helper.h              | 206 +------------------------------
  target/arm/tcg/helper-neon.h.inc | 205 ++++++++++++++++++++++++++++++
  2 files changed, 206 insertions(+), 205 deletions(-)
  create mode 100644 target/arm/tcg/helper-neon.h.inc

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

r~



reply via email to

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