blob: 13e5dc9beaaac26d831868bee6f4aa466da22269 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
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 25/28] 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.31.1
|