mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 21:00:29 +00:00
add another sandybridge alias.
llvm-svn: 132772
This commit is contained in:
parent
386e80f51e
commit
af60d3ba93
@ -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