qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 10/22] target/arm/tcg: Extract VFP definitions to 'helper-vfp


From: Richard Henderson
Subject: Re: [PATCH 10/22] target/arm/tcg: Extract VFP definitions to 'helper-vfp.h.inc'
Date: Fri, 9 Jun 2023 12:01:02 -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 VFP
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             | 137 +-------------------------------
  target/arm/tcg/helper-vfp.h.inc | 136 +++++++++++++++++++++++++++++++
  2 files changed, 137 insertions(+), 136 deletions(-)
  create mode 100644 target/arm/tcg/helper-vfp.h.inc

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

r~



reply via email to

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