Re: [PATCH] i386: Remove CLDEMOTE for clients

2025-06-22 Thread Hongtao Liu
On Fri, Jun 20, 2025 at 10:04 AM Haochen Jiang wrote: > > Hi all, > > CLDEMOTE is not enabled on clients according to SDM. SDM only mentioned > it will be enabled on Xeon and Atom servers, not clients. Remove them > since Alder Lake (where it is introduced). > > Also will backport this patch to GC

[PATCH] i386: Remove CLDEMOTE for clients

2025-06-19 Thread Haochen Jiang
Hi all, CLDEMOTE is not enabled on clients according to SDM. SDM only mentioned it will be enabled on Xeon and Atom servers, not clients. Remove them since Alder Lake (where it is introduced). Also will backport this patch to GCC12/13/14/15 with some tweaks in texi change. Ok for trunk? Thx, Ha