跳转到内容

浮点运算器

维基百科,自由的百科全书

这是本页的一个历史版本,由Ty38留言 | 贡献2010年7月10日 (六) 05:36编辑。这可能和当前版本存在着巨大的差异。

浮点运算器(floating point unit,縮寫FPU)是執行浮点运算的结构。一般是用电路来实现,应用在计算机芯片中。是整数运算器之后的一大发展,因为在浮点运算器发明之前,计算机中的浮点运算是都是用整数运算来模拟的,效率十分低下。


Integrated FPUs

In some current architectures, the FPU functionality is combined with units to perform SIMD computation; an example of this is the replacement of the x87 instructions set with SSE instruction set in the x86-64 architecture used in newer Intel and AMD processors.

Add-on FPUs

参见