- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello, I am working on assembly code optimization, I already read the code optimization manual, but I am interested in a list with the instruction set latencies. I search the intel site but I could not find it.
Where can I found this?.
Thanks for your answers.
Link Copied
4 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - sebitab
Hello, I am working on assembly code optimization, I already read the code optimization manual, but I am interested in a list with the instruction set latencies. I search the intel site but I could not find it.
Where can I found this?.
Thanks for your answers.
The latencies are listed in Appendix C of the "Intel 64 and IA-32 Architectures Optimization Reference Manual", which can be downloaded here.
Kind regards
Thomas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - sebitab
Hello, I am working on assembly code optimization, I already read the code optimization manual, but I am interested in a list with the instruction set latencies. I search the intel site but I could not find it.
Where can I found this?.
Thanks for your answers.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I find the instruction tables found here: http://www.agner.org/optimize/ to be very helpful. They are not perfect but they provide a pretty good estimate.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quoting - craigj0
I find the instruction tables found here: http://www.agner.org/optimize/ to be very helpful. They are not perfect but they provide a pretty good estimate.
You can also try using Intel Architecture Code Analyzer available on:
http://software.intel.com/en-us/articles/intel-architecture-code-analyzer/
It can help you find the dependency chains in your code.
Tal
Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page