]> git.ipfire.org Git - thirdparty/gcc.git/commit
i386: Remove CLDEMOTE for clients
authorHaochen Jiang <haochen.jiang@intel.com>
Wed, 25 Jun 2025 03:04:11 +0000 (11:04 +0800)
committerHaochen Jiang <haochen.jiang@intel.com>
Wed, 25 Jun 2025 03:04:11 +0000 (11:04 +0800)
commitee04d1554aa87d6155bd96e38c91351871273b51
tree4709c359f67ee614ea55ece307bbee647ddcc309
parent29b97ec0b0f3770e43f0675375cbb9b3d7a4a26e
i386: Remove CLDEMOTE for clients

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).

gcc/ChangeLog:

* config/i386/i386.h (PTA_ALDERLAKE): Use PTA_GOLDMONT_PLUS
as base to remove PTA_CLDEMOTE.
* doc/invoke.texi: Update texi file.
gcc/config/i386/i386.h
gcc/doc/invoke.texi