[X86] Add cooperlake and tigerlake to the enum in cpu_model.c
authorCraig Topper <craig.topper@intel.com>
Sun, 21 Jun 2020 23:20:24 +0000 (16:20 -0700)
committerCraig Topper <craig.topper@intel.com>
Sun, 21 Jun 2020 23:20:26 +0000 (16:20 -0700)
I forgot to do this when I added then to _cpu_indicator_init.

compiler-rt/lib/builtins/cpu_model.c

index ce25227..59c6974 100644 (file)
@@ -82,6 +82,8 @@ enum ProcessorSubtypes {
   INTEL_COREI7_ICELAKE_SERVER,
   AMDFAM17H_ZNVER2,
   INTEL_COREI7_CASCADELAKE,
+  INTEL_COREI7_TIGERLAKE,
+  INTEL_COREI7_COOPERLAKE,
   CPU_SUBTYPE_MAX
 };