- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
I need to do some back-of-the-envelope math regarding the maximum pace at which a Sandy Bridge processor can execute various double-precision operations (multiply, SIMD multiply, various trig functions, etc.)
Anyone know where I can get documentation on that?
Thanks,
Christian
コピーされたリンク
1 返信
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Hello Christian,
Please look at the "Intel 64 and IA-32 Architectures Optimization Reference Manual", appendix C.
Section C.2 defines instruction latency and throughput:
Please look at the "Intel 64 and IA-32 Architectures Optimization Reference Manual", appendix C.
Section C.2 defines instruction latency and throughput:
Latency - The number of clock cycles that are required for the execution core to complete the execution of all of the ops that form an instruction.
Throughput - The number of clock cycles required to wait before the issue ports are free to accept the same instruction again. For many instructions, the throughput of an instruction can be significantly less than its latency.
Section C.3 lists the latency and throughput for each instruction.
Hopefully this is what you are looking for.
Pat
