mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
add another sandybridge alias.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132772 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7b3f72ff81
commit
78a113cbff
@ -215,6 +215,7 @@ std::string sys::getHostCPUName() {
|
||||
case 37: // Intel Core i7, laptop version.
|
||||
return "corei7";
|
||||
case 42: // SandyBridge
|
||||
case 45:
|
||||
return "corei7-avx";
|
||||
|
||||
case 28: // Intel Atom processor. All processors are manufactured using
|
||||
|
Loading…
Reference in New Issue
Block a user