I have decided to learn about MMX and SSE. I have a Pentium III so SSE2 and SSE3 will have to wait. I have a book, but I'm looking for something a little more handy. Does anyone know of an MMX/SSE Instruction Set Reference in HTML Help (.chm) or Win Help (.hlp) format?
Greg,
The only systemetic info is the Intel manuals in PDF format but they are a bit dry and technical. Its worth having a look at Mark Larson's optimisation page in the forum website for more info and its wrth having a look at Agner Fog's optimisation manual as well.
I think I might make a .hlp file myself. I have a Pentium M so I can use SSE2 as well, but not SSE3.
Hi boys!
I work with Masm32, and I want to use the MMX.
I can use some MMX-command, for example: paddd
I downloaded from the Intel's webpage a good program who tell me how can use the MMX.
I want to use next: movapd XMM1, [eax]
And the Masm32 write this:
Error A2008: : xmm
:(
How can I use the movapd command (and the other MMX-commands) ?
I'm hungarian, and I'm biginner in English, sorry.
at the top of the file put :
.686
.model flat,stdcall
option casemap:none
.xmm
You can also put xmm0, xmm1 etc in lowercase