Re: [PATCH 1/6] host/i386: nothing looks at CPUINFO_SSE4

2024-06-02 Thread Zhao Liu
On Fri, May 31, 2024 at 11:14:52AM +0200, Paolo Bonzini wrote:
> Date: Fri, 31 May 2024 11:14:52 +0200
> From: Paolo Bonzini 
> Subject: [PATCH 1/6] host/i386: nothing looks at CPUINFO_SSE4
> X-Mailer: git-send-email 2.45.1
> 
> The only user was the SSE4.1 variant of buffer_is_zero, which has
> been removed; code to compute CPUINFO_SSE4 is dead.
> 
> Signed-off-by: Paolo Bonzini 
> ---
>  host/include/i386/host/cpuinfo.h | 1 -
>  util/cpuinfo-i386.c  | 1 -
>  2 files changed, 2 deletions(-)
>

Reviewed-by: Zhao Liu 




Re: [PATCH 1/6] host/i386: nothing looks at CPUINFO_SSE4

2024-05-31 Thread Philippe Mathieu-Daudé

On 31/5/24 11:14, Paolo Bonzini wrote:

The only user was the SSE4.1 variant of buffer_is_zero, which has
been removed; code to compute CPUINFO_SSE4 is dead.

Signed-off-by: Paolo Bonzini 
---
  host/include/i386/host/cpuinfo.h | 1 -
  util/cpuinfo-i386.c  | 1 -
  2 files changed, 2 deletions(-)


Reviewed-by: Philippe Mathieu-Daudé