Added support for i7 Extreme Edition processors.

This commit is contained in:
dev
2012-01-08 19:45:01 +00:00
parent 430ac8323f
commit 527c4b58c1

View File

@ -238,9 +238,15 @@ class IntelInfoImpl extends CPUIDCPUInfo implements IntelCPUInfo
case 10:
modelString = "Core i7/i5 (32nm)";
break;
case 11:
modelString = "Core i7/i5 (32nm)";
break;
case 12:
modelString = "Core i7 (32nm)";
break;
case 12:
modelString = "Core i7 Extreme Edition (32nm)";
break;
case 14:
modelString = "Xeon MP (45nm)";
break;