qemu-devel
[Top][All Lists]
Advanced

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

Re: [PATCH 2/7] target/i386: TCG supports 3DNow! prefetch(w)


From: Richard Henderson
Subject: Re: [PATCH 2/7] target/i386: TCG supports 3DNow! prefetch(w)
Date: Mon, 19 Jun 2023 09:19:43 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0

On 6/18/23 23:51, Paolo Bonzini wrote:
The AMD prefetch(w) instructions have not been deprecated together with the rest
of 3DNow!, and in fact are even supported by newer Intel processor.  Mark them
as supported by TCG, as it supports all of 3DNow!.

Signed-off-by: Paolo Bonzini<pbonzini@redhat.com>
---
  target/i386/cpu.c | 3 ++-
  1 file changed, 2 insertions(+), 1 deletion(-)

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

r~



reply via email to

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