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