![](sad.gif)
SSE problem with MS VC++ 6.0
I''m using Visual C++ 6.0, I also installed the latest Service Pack for it (SP5).
But when I''m trying to compile inline SSE asm code, it give me an error, for example:
__asm movups xmm0, xmm1
gives me "unsupported inline assembly opcode".
MMX works perfectly though.
HELP!
GPSnoopy
![](sad.gif)
March 20, 2001 05:47 PM
Did you install the processor pack ?
You should found it on microsoft website
HTH
You should found it on microsoft website
HTH
Nope, when I try to install it it says I need the Service Pack 4, but I have the SP5.
Also, when I watch the registers in debug mode I can see the XMM registers.
Also, when I watch the registers in debug mode I can see the XMM registers.
This topic is closed to new replies.
Advertisement
Popular Topics
Advertisement
Recommended Tutorials
Advertisement