cancel
Showing results for 
Search instead for 
Did you mean: 

PC Processors

helium
Journeyman III

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. 

0 Likes
2 Replies

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

0 Likes

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

0 Likes