31 lines
885 B
Diff
31 lines
885 B
Diff
From 62852213bc6d3e56804ca05826bb95a3a2fe4eba Mon Sep 17 00:00:00 2001
|
|
From: "Hu, Lin1" <lin1.hu@intel.com>
|
|
Date: Thu, 15 Dec 2022 15:51:18 +0800
|
|
Subject: [PATCH 27/32] i386: Remove Meteorlake's family_model
|
|
|
|
gcc/ChangeLog:
|
|
|
|
* common/config/i386/cpuinfo.h (get_intel_cpu): Remove case 0xb5
|
|
for meteorlake.
|
|
|
|
(cherry picked from commit 9e74b7ec0b218364905e3e7de5c41e8148ffc61b)
|
|
---
|
|
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 1e53248ef..348bc0c12 100644
|
|
--- a/gcc/common/config/i386/cpuinfo.h
|
|
+++ b/gcc/common/config/i386/cpuinfo.h
|
|
@@ -510,7 +510,6 @@ get_intel_cpu (struct __processor_model *cpu_model,
|
|
/* Alder Lake. */
|
|
case 0xb7:
|
|
/* Raptor Lake. */
|
|
- case 0xb5:
|
|
case 0xaa:
|
|
case 0xac:
|
|
/* Meteor Lake. */
|
|
--
|
|
2.28.0.windows.1
|
|
|