|
From: | Richard Henderson |
Subject: | Re: [PATCH v2] target/sparc: Use memcpy() and remove memcpy32() |
Date: | Thu, 12 Dec 2024 14:07:02 -0600 |
User-agent: | Mozilla Thunderbird |
On 12/5/24 14:54, Philippe Mathieu-Daudé wrote:
Rather than manually copying each register, use the libc memcpy(), which is well optimized nowadays. Suggested-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Pierrick Bouvier <pierrick.bouvier@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org> --- target/sparc/win_helper.c | 26 ++++++++------------------ 1 file changed, 8 insertions(+), 18 deletions(-)
Queued, thanks. r~
[Prev in Thread] | Current Thread | [Next in Thread] |