您需要查看处理器文档,了解每个不同指令所需的周期数,并将其乘以循环迭代。
如果您想知道不同处理器需要多少个周期,您需要研究设计和功能。
以上来自于谷歌翻译
以下为原文
You'd need to review the processor documentation as to how many cycles each different instruction takes, and multiply that by the loop iterations.
If you want to know how many cycles different processors take you'll need to study the design and functionality.
您需要查看处理器文档,了解每个不同指令所需的周期数,并将其乘以循环迭代。
如果您想知道不同处理器需要多少个周期,您需要研究设计和功能。
以上来自于谷歌翻译
以下为原文
You'd need to review the processor documentation as to how many cycles each different instruction takes, and multiply that by the loop iterations.
If you want to know how many cycles different processors take you'll need to study the design and functionality.
举报