diff mbox series

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

Message ID 20230103083723.3395300-1-lin1.hu@intel.com
State New
Headers show
Series [1/4] i386: Remove Meteorlake's family_model | expand

Commit Message

Li, Pan2 via Gcc-patches Jan. 3, 2023, 8:37 a.m. UTC
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.
---
 gcc/common/config/i386/cpuinfo.h | 1 -
 1 file changed, 1 deletion(-)

Comments

Uros Bizjak Jan. 3, 2023, 9:21 a.m. UTC | #1
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
>
diff mbox series

Patch

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.  */