Windows 2000 Equivalent of XMMWORD in VS2003

Anitha

New Member
Joined
Mar 3, 2015
We have a .asm file which uses XMMWORD. This is not getting compiled with VS2003. And we need to use VS2003 only. What is the equivalent of XMMWORD in VS2003. Any help would be appreciated. The code is as below:

movdqu xmm0, XMMWORD PTR [eax]
movdqa xmm2, XMMWORD PTR [edi-128]
movdqu xmm1, XMMWORD PTR [ebp]
 
Back
Top Bottom