Skip to content

Commit f74d185

Browse files
colazcyCopilot
andauthored
Fix typo suggested by Github Copilot
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5c3f005 commit f74d185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/FAQ101/intro-to-hardware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ ISA 关系到兼容性。如果一个程序能在你的 CPU 上成功运行,
5555

5656
频率,即 frequency。数字世界并不是连续的,它也有自己的“普朗克时间”。你可以认为有一个钟(clock)在打着节拍,每一个周期(cycle)内,CPU 都会推进一些工作,比如执行指令或是访问内存。每秒钟 CPU 经过的 cycle 数量,就是它的频率。
5757

58-
显然,频率是影响 CPU 性能的一个主要因素(但不是唯一因素,我们很快会提到)。CPU 的频率在不断提升,从最初的 kHZ,到 MHz,到现在的 GHz 数量级。
58+
显然,频率是影响 CPU 性能的一个主要因素(但不是唯一因素,我们很快会提到)。CPU 的频率在不断提升,从最初的 kHz,到 MHz,到现在的 GHz 数量级。
5959

6060
受制程、散热、微架构设计等诸多因素的限制,CPU 的频率并不能无限制的提升。
6161

0 commit comments

Comments
 (0)