Hardware/CPU/IntelCPU.cs
changeset 417 4865cf06a7fa
parent 396 c7e2a6aa4f96
child 418 3bba187d41c2
     1.1 --- a/Hardware/CPU/IntelCPU.cs	Sun Jul 21 21:03:31 2013 +0000
     1.2 +++ b/Hardware/CPU/IntelCPU.cs	Thu Aug 01 11:57:09 2013 +0000
     1.3 @@ -132,6 +132,7 @@
     1.4                  tjMax = GetTjMaxFromMSR();
     1.5                  break;
     1.6                case 0x3A: // Intel Core i5, i7 3xxx LGA1155 (22nm)
     1.7 +              case 0x3E: // Intel Core i7 4xxx LGA2011 (22nm)
     1.8                  microarchitecture = Microarchitecture.IvyBridge;
     1.9                  tjMax = GetTjMaxFromMSR();
    1.10                  break;