]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
Synchronize Rocket Lake's processor_names and processor_cost_table with processor_type
authorCui,Lili <lili.cui@intel.com>
Sat, 24 Apr 2021 03:52:17 +0000 (11:52 +0800)
committerliuhongt <hongtao.liu@intel.com>
Wed, 28 Apr 2021 01:36:49 +0000 (09:36 +0800)
gcc/ChangeLog

* common/config/i386/i386-common.c (processor_names):
Sync processor_names with processor_type.
* config/i386/i386-options.c (processor_cost_table):
Sync processor_cost_table with processor_type.

gcc/common/config/i386/i386-common.c
gcc/config/i386/i386-options.c

index 1e6c1590ac4e0bf757f95d3b59e944e64f40887b..6a7b5c8312fb0109c2818cd326c9410bae2c65f9 100644 (file)
@@ -1743,13 +1743,13 @@ const char *const processor_names[] =
   "skylake-avx512",
   "cannonlake",
   "icelake-client",
-  "rocketlake",
   "icelake-server",
   "cascadelake",
   "tigerlake",
   "cooperlake",
   "sapphirerapids",
   "alderlake",
+  "rocketlake",
   "intel",
   "geode",
   "k6",
index 91da2849c498103cb1b5820853e1acde8edeca78..a58968790a30b53f5dd3c0f9ea0a7256e7d99d21 100644 (file)
@@ -726,12 +726,12 @@ static const struct processor_costs *processor_cost_table[] =
   &icelake_cost,
   &icelake_cost,
   &icelake_cost,
-  &icelake_cost,
   &skylake_cost,
   &icelake_cost,
   &skylake_cost,
   &icelake_cost,
   &icelake_cost,
+  &icelake_cost,
   &intel_cost,
   &geode_cost,
   &k6_cost,