Intel® ISA Extensions
Use hardware-based isolation and memory encryption to provide more code protection in your solutions.
1093 Discussions

Is there any course or example for SSE/MMX beginer ?

Gaiger_Chen
New Contributor I
672 Views
Hi:

I am very insterested in SSE/MMX instruction set, I would like to learn it.


After read The Software Optimization Cookbook, I tried to use Intel 64 and IA-32 Architectures
Software Developers Manual, I found that the books is few of exmaple.

There is some course on by google search, but it is quitely uncomplete.

So, Is any one know where is good course of SSE/MMX instruction set on website?

thank you lots.


0 Kudos
7 Replies
Nicolae_P_Intel
Employee
672 Views
In my opinion, the best way to learn the instructions is to start writing (very simple) code with them. You could start looking into using intrinsics first.
0 Kudos
Gaiger_Chen
New Contributor I
672 Views
Hi :

Yes, as your suggestion, I would like to write practice of SSE, the intrinsics is my selection.

So I need some data for my study.

Have you recommended books or websites?

Thank you.



0 Kudos
Taronyu
Beginner
672 Views
If you're working with Visual Studio you might want to have a look at this MSDN website. It helped me a lot so maybe you'll have a look too ;)

0 Kudos
Gaiger_Chen
New Contributor I
672 Views
thank you , it is very useful for me too !!!!

by the way, how you insert a hyperlink in the editor ?
0 Kudos
Taronyu
Beginner
672 Views
mark the text and then klick the now available icon "Insert/Edit Link" between "Align Full" and "Unlink" (which will become enabled too). It is important to mark the text so that those items become enabled, that's all the magic behind ;)
0 Kudos
Gaiger_Chen
New Contributor I
672 Views
thank you, I have learned this trick by your help.
0 Kudos
Taronyu
Beginner
672 Views
I'm glad I could help you :)
0 Kudos
Reply