mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2026-04-20 16:17:38 +00:00
X86: Add a description of the Intel Atom Silvermont CPU.
Currently this is just the atom model with SSE4.2 enabled. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@189669 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -265,6 +265,11 @@ std::string sys::getHostCPUName() {
|
||||
case 54: // 32 nm Atom Midview
|
||||
return "atom";
|
||||
|
||||
case 55: // Intel Atom Silvermont processors
|
||||
case 74:
|
||||
case 77:
|
||||
return "slm";
|
||||
|
||||
default: return (Em64T) ? "x86-64" : "i686";
|
||||
}
|
||||
case 15: {
|
||||
|
||||
Reference in New Issue
Block a user