projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d4c873
)
[X86] Add cooperlake and tigerlake to the enum in cpu_model.c
author
Craig Topper
<craig.topper@intel.com>
Sun, 21 Jun 2020 23:20:24 +0000
(16:20 -0700)
committer
Craig 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
patch
|
blob
|
history
diff --git
a/compiler-rt/lib/builtins/cpu_model.c
b/compiler-rt/lib/builtins/cpu_model.c
index
ce25227
..
59c6974
100644
(file)
--- a/
compiler-rt/lib/builtins/cpu_model.c
+++ b/
compiler-rt/lib/builtins/cpu_model.c
@@
-82,6
+82,8
@@
enum ProcessorSubtypes {
INTEL_COREI7_ICELAKE_SERVER,
AMDFAM17H_ZNVER2,
INTEL_COREI7_CASCADELAKE,
+ INTEL_COREI7_TIGERLAKE,
+ INTEL_COREI7_COOPERLAKE,
CPU_SUBTYPE_MAX
};