|
From: | Richard Henderson |
Subject: | Re: [PATCH v2 1/3] target/ppc: Move get/set_avr64 functions to vmx-impl.c.inc. |
Date: | Sun, 30 Jun 2024 09:57:49 -0700 |
User-agent: | Mozilla Thunderbird |
On 6/30/24 05:01, Chinmay Rath wrote:
Those functions are used to ld/st data to and from Altivec registers, in 64 bits chunks, and are only used in vmx-impl.c.inc file, hence the clean-up movement. Signed-off-by: Chinmay Rath<rathc@linux.ibm.com> --- target/ppc/translate.c | 10 ---------- target/ppc/translate/vmx-impl.c.inc | 10 ++++++++++ 2 files changed, 10 insertions(+), 10 deletions(-)
Reviewed-by: Richard Henderson <richard.henderson@linaro.org> r~
[Prev in Thread] | Current Thread | [Next in Thread] |