Spacing.
[oota-llvm.git] / lib / Support / Host.cpp
index 4dacf9691d6efe8de3493047c334ce801961b765..a19e4b41189ba9d453ede3b0ddcf825f01e79fbb 100644 (file)
@@ -213,8 +213,16 @@ std::string sys::getHostCPUName() {
       case 30: // Intel(R) Core(TM) i7 CPU         870  @ 2.93GHz.
                // As found in a Summer 2010 model iMac.
       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.
         return "corei7";
 
+      // SandyBridge:
+      case 42: // Intel Core i7 processor. All processors are manufactured
+               // using the 32 nm process.
+      case 45:
+        return "corei7-avx";
+
       case 28: // Intel Atom processor. All processors are manufactured using
                // the 45 nm process
         return "atom";