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

2023-01-03 Thread Uros Bizjak via Gcc-patches
On Tue, Jan 3, 2023 at 9:39 AM Hu, Lin1  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
>


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

2023-01-03 Thread Hu, Lin1 via Gcc-patches
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(-)

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