Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-29 Thread Tao Su
On Tue, Oct 29, 2024 at 10:47:04PM +0800, Zhao Liu wrote: > Hi Tao, > > On Mon, Oct 28, 2024 at 10:45:10AM +0800, Tao Su wrote: > > Date: Mon, 28 Oct 2024 10:45:10 +0800 > > From: Tao Su > > Subject: [PATCH 4/6] target/i386: Add feature dependencies for AVX10 > >

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-29 Thread Zhao Liu
Hi Tao, On Mon, Oct 28, 2024 at 10:45:10AM +0800, Tao Su wrote: > Date: Mon, 28 Oct 2024 10:45:10 +0800 > From: Tao Su > Subject: [PATCH 4/6] target/i386: Add feature dependencies for AVX10 > X-Mailer: git-send-email 2.34.1 > > Since the highest supported vector length for a

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Xiaoyao Li
On 10/28/2024 10:50 PM, Paolo Bonzini wrote: On Mon, Oct 28, 2024 at 3:48 PM Xiaoyao Li wrote: On 10/28/2024 6:45 PM, Paolo Bonzini wrote: On 10/28/24 11:02, Tao Su wrote: On Mon, Oct 28, 2024 at 09:45:39AM +0100, Paolo Bonzini wrote: On 10/28/24 03:45, Tao Su wrote: Since the highest supp

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Paolo Bonzini
On Mon, Oct 28, 2024 at 3:48 PM Xiaoyao Li wrote: > > On 10/28/2024 6:45 PM, Paolo Bonzini wrote: > > On 10/28/24 11:02, Tao Su wrote: > >> On Mon, Oct 28, 2024 at 09:45:39AM +0100, Paolo Bonzini wrote: > >>> On 10/28/24 03:45, Tao Su wrote: > Since the highest supported vector length for a p

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Xiaoyao Li
On 10/28/2024 6:45 PM, Paolo Bonzini wrote: On 10/28/24 11:02, Tao Su wrote: On Mon, Oct 28, 2024 at 09:45:39AM +0100, Paolo Bonzini wrote: On 10/28/24 03:45, Tao Su wrote: Since the highest supported vector length for a processor implies that all lesser vector lengths are also supported, add

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Tao Su
On Mon, Oct 28, 2024 at 11:45:25AM +0100, Paolo Bonzini wrote: > On 10/28/24 11:02, Tao Su wrote: > > On Mon, Oct 28, 2024 at 09:45:39AM +0100, Paolo Bonzini wrote: > > > On 10/28/24 03:45, Tao Su wrote: > > > > Since the highest supported vector length for a processor implies that > > > > all less

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Paolo Bonzini
On 10/28/24 11:02, Tao Su wrote: On Mon, Oct 28, 2024 at 09:45:39AM +0100, Paolo Bonzini wrote: On 10/28/24 03:45, Tao Su wrote: Since the highest supported vector length for a processor implies that all lesser vector lengths are also supported, add the dependencies of the supported vector leng

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Tao Su
On Mon, Oct 28, 2024 at 09:45:39AM +0100, Paolo Bonzini wrote: > On 10/28/24 03:45, Tao Su wrote: > > Since the highest supported vector length for a processor implies that > > all lesser vector lengths are also supported, add the dependencies of > > the supported vector lengths. If all vector leng

Re: [PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-28 Thread Paolo Bonzini
On 10/28/24 03:45, Tao Su wrote: Since the highest supported vector length for a processor implies that all lesser vector lengths are also supported, add the dependencies of the supported vector lengths. If all vector lengths aren't supported, clear AVX10 enable bit as well. Note that the order

[PATCH 4/6] target/i386: Add feature dependencies for AVX10

2024-10-27 Thread Tao Su
Since the highest supported vector length for a processor implies that all lesser vector lengths are also supported, add the dependencies of the supported vector lengths. If all vector lengths aren't supported, clear AVX10 enable bit as well. Note that the order of AVX10 related dependencies shoul