mirror of
https://github.com/RPCS3/llvm.git
synced 2025-02-02 16:54:58 +00:00
Add model numbers for Skylake CPUs and an additional Broadwell model.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244385 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
87432f3518
commit
9f7761b487
@ -368,8 +368,14 @@ StringRef sys::getHostCPUName() {
|
||||
|
||||
// Broadwell:
|
||||
case 61:
|
||||
case 71:
|
||||
return "broadwell";
|
||||
|
||||
// Skylake:
|
||||
case 78:
|
||||
case 94:
|
||||
return "skylake";
|
||||
|
||||
case 28: // Most 45 nm Intel Atom processors
|
||||
case 38: // 45 nm Atom Lincroft
|
||||
case 39: // 32 nm Atom Medfield
|
||||
|
Loading…
x
Reference in New Issue
Block a user