mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-03 18:32:50 +00:00
add corei7, the laptop version.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114302 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
cd458be047
commit
222920d667
@ -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…
x
Reference in New Issue
Block a user