mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-13 06:39:12 +00:00
Add support for detecting some corei7-class Xeons.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@164714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
44401b7c80
commit
4335e3495d
@ -234,6 +234,8 @@ std::string sys::getHostCPUName() {
|
||||
case 37: // Intel Core i7, laptop version.
|
||||
case 44: // Intel Core i7 processor and Intel Xeon processor. All
|
||||
// processors are manufactured using the 32 nm process.
|
||||
case 46: // Nehalem EX
|
||||
case 47: // Westmere EX
|
||||
return "corei7";
|
||||
|
||||
// SandyBridge:
|
||||
|
Loading…
Reference in New Issue
Block a user