[PATCH 1/4] i386: Remove Meteorlake's family_model

Uros Bizjak ubizjak@gmail.com
Tue Jan 3 09:21:44 GMT 2023


On Tue, Jan 3, 2023 at 9:39 AM Hu, Lin1 <lin1.hu@intel.com> wrote:
>
> Hi all,
>
> This patch aims to modified meteorlake's family_model.
>
> Regtested on x86_64-pc-linux-gnu. Ok for trunk?
>
> BRs,
> Lin
>
> gcc/ChangeLog:
>
>         * common/config/i386/cpuinfo.h (get_intel_cpu): Remove case 0xb5
>         for meteorlake.

OK.

Thanks,
Uros.

> ---
>  gcc/common/config/i386/cpuinfo.h | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/gcc/common/config/i386/cpuinfo.h b/gcc/common/config/i386/cpuinfo.h
> index 099a02467e6..bde231c07ee 100644
> --- a/gcc/common/config/i386/cpuinfo.h
> +++ b/gcc/common/config/i386/cpuinfo.h
> @@ -540,7 +540,6 @@ get_intel_cpu (struct __processor_model *cpu_model,
>        /* Alder Lake.  */
>      case 0xb7:
>        /* Raptor Lake.  */
> -    case 0xb5:
>      case 0xaa:
>      case 0xac:
>        /* Meteor Lake.  */
> --
> 2.18.2
>


More information about the Gcc-patches mailing list