RE: [PATCH 0/3] Add Intel new cpu archs

2023-10-17 Thread Jiang, Haochen
> -Original Message- > From: Hongtao Liu > Sent: Wednesday, October 18, 2023 8:25 AM > To: Jiang, Haochen > Cc: gcc-patches@gcc.gnu.org; Liu, Hongtao ; > ubiz...@gmail.com > Subject: Re: [PATCH 0/3] Add Intel new cpu archs > > On Mon, Oct 16, 2023 at 2:2

Re: [PATCH 0/3] Add Intel new cpu archs

2023-10-17 Thread Hongtao Liu
On Mon, Oct 16, 2023 at 2:25 PM Haochen Jiang wrote: > > Hi all, > > The patches aim to add new cpu archs Clear Water Forest and > Panther Lake. Here comes the documentation: > > https://cdrdv2.intel.com/v1/dl/getContent/671368 > > Also in the patches, I refactored how we detect cpu according to f

[PATCH 0/3] Add Intel new cpu archs

2023-10-15 Thread Haochen Jiang
Hi all, The patches aim to add new cpu archs Clear Water Forest and Panther Lake. Here comes the documentation: https://cdrdv2.intel.com/v1/dl/getContent/671368 Also in the patches, I refactored how we detect cpu according to features and added m_CORE_ATOM. Regtested on x86_64-pc-linux-gnu. Ok