mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 15:17:25 +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:
@@ -215,6 +215,7 @@ std::string sys::getHostCPUName() {
|
|||||||
case 37: // Intel Core i7, laptop version.
|
case 37: // Intel Core i7, laptop version.
|
||||||
return "corei7";
|
return "corei7";
|
||||||
case 42: // SandyBridge
|
case 42: // SandyBridge
|
||||||
|
case 45:
|
||||||
return "corei7-avx";
|
return "corei7-avx";
|
||||||
|
|
||||||
case 28: // Intel Atom processor. All processors are manufactured using
|
case 28: // Intel Atom processor. All processors are manufactured using
|
||||||
|
|||||||
Reference in New Issue
Block a user