diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2012-12-02 13:10:19 +0000 | 
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2012-12-02 13:10:19 +0000 | 
| commit | 522600a229b950314b5f4af84eba4f3e8a0ffea1 (patch) | |
| tree | 32b4679ab4b8f28e5228daafc65e9dc436935353 /lib/Support/Host.cpp | |
| parent | 902a7b529820e6a0aa85f98f21afaeb1805a22f8 (diff) | |
Notes
Diffstat (limited to 'lib/Support/Host.cpp')
| -rw-r--r-- | lib/Support/Host.cpp | 4 | 
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Support/Host.cpp b/lib/Support/Host.cpp index 9a2c39d72e3f..34e32b817b36 100644 --- a/lib/Support/Host.cpp +++ b/lib/Support/Host.cpp @@ -234,6 +234,8 @@ std::string sys::getHostCPUName() {        case 37: // Intel Core i7, laptop version.        case 44: // Intel Core i7 processor and Intel Xeon processor. All                 // processors are manufactured using the 32 nm process. +      case 46: // Nehalem EX +      case 47: // Westmere EX          return "corei7";        // SandyBridge: @@ -303,6 +305,7 @@ std::string sys::getHostCPUName() {          case 8:  return "k6-2";          case 9:          case 13: return "k6-3"; +        case 10: return "geode";          default: return "pentium";          }        case 6: @@ -500,6 +503,7 @@ std::string sys::getHostCPUName() {            .Case("0xb76", "arm1176jz-s")            .Case("0xc08", "cortex-a8")            .Case("0xc09", "cortex-a9") +          .Case("0xc0f", "cortex-a15")            .Case("0xc20", "cortex-m0")            .Case("0xc23", "cortex-m3")            .Case("0xc24", "cortex-m4")  | 
