mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 03:33:20 +01:00
add corei7, the laptop version.
llvm-svn: 114302
This commit is contained in:
parent
a4a0276d4f
commit
4e80799dbb
@ -210,6 +210,7 @@ std::string sys::getHostCPUName() {
|
||||
// processors are manufactured using the 45 nm process.
|
||||
case 29: // Intel Xeon processor MP. All processors are manufactured using
|
||||
// the 45 nm process.
|
||||
case 37: // Intel Core i7, laptop version.
|
||||
return "corei7";
|
||||
|
||||
case 28: // Intel Atom processor. All processors are manufactured using
|
||||
|
Loading…
Reference in New Issue
Block a user