- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Processor Intrinsics Guide, where can i find them?
I tried searching with google, but i cannot seem to find a place to see those intrinces and the performance.
i'm especially looking for something corresponding to the Intel's intrinsics guide website, but for AMD, where it shows the usage of the instruction sets, as well as the performance for the architectures.
While i understand the usage should be identical, the performance, for instance the latency of a AES-128 encryption call, could vary by architecture even within the same vendor.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Not quite sure exactly what you looking for but AMD has a Technical Documentation Website: https://www.amd.com/en/support/tech-docs?f%5B0%5D=tech_docs_product_type%3Aprocessor
As an example only from the link above:
If the above link isn't what you are looking for then I suggest you open a Online AMD Service Request (Official AMD Support) from here and see if what you want is available to the public: https://www.amd.com/en/support/contact-email-form
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Check the C or C++ advanced manuals where intrinsics are a component of the language.
With intrinsics its not needed to use Assembler as much anymore
