您能解释一下这两款 CPU 之间有什么区别吗:
1)
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
stepping : 11
cpu MHz : 2324.000
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall lm constant_tsc pn
i monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips : 4658.31
clflush size : 64
cache_alignment : 64
address sizes : 38 bits physical, 48 bits virtual
power management:
2)
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 15
model name : Intel(R) Xeon(R) CPU E5345 @ 2.33GHz
stepping : 7
cpu MHz : 2331.000
cache size : 4096 KB
physical id : 0
siblings : 4
core id : 0
cpu cores : 4
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov
pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm constant_tsc
pni monitor ds_cpl vmx est tm2 cx16 xtpr lahf_lm
bogomips : 4658.30
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
请注意只有步进不同,第一个有步进 11,其他有 7。
我如何知道步进如何影响这两个 CPU 之间的性能?英特尔网站是否包含此信息?
问候
答案1
英特尔的答案是stepping
:http://www.intel.com/support/processors/sb/cs-001665.htm
简而言之,不同的步进来自不同的制造工艺,步进越高越好。
更新:
由于有太多空闲时间,我做了更深入的研究。维基百科列出了 CPU 系列以及步进数:http://en.wikipedia.org/wiki/Core_%28microarchitecture%29#Steppings_using_65nm_process
E5345 CPU 曾经有两种步进:B3 和 G0。查看 Wikipedia 网站,这些步进的 CPUID 为:
- B3 - 06F
7
- G0 - 06F
B
在我看来,stepping
CPU 信息表中显示的实际上是 CPUID(指的是真正的步进代码)的最后一位十六进制数字(写为十进制)。