This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
哪里有介绍,完成每种计算需要多少cpu cycle?
比如:
1、整数1 + 整数2 的运算 需要多少个CPU cycle
2、整数1 * 整数2 的运算 需要多少个CPU cycle
3、整数1 / 整数2 的运算 需要多少个CPU cycle
4、浮点数1 + 浮点数数2 的运算 需要多少个CPU cycle
5、浮点数1 * 浮点数数2 的运算 需要多少个CPU cycle
6、浮点数1 / 浮点数数2 的运算 需要多少个CPU cycle