How modern X86 processors actually compute multiplications?

后端 未结 3 692

I was watching some lecture on algorithms, and the professor used multiplication as an example of how naive algorithms can be improved...

It made me realize that mul

3条回答
  •  我在风中等你
    2021-01-19 20:48

    Modern processors have on-board math co-processors. I believe they contain LUTs (look up tables) for multiplication.

提交回复
热议问题