Re: look at xmm registers in VS2003



Kenny,

VC2003 comes with ML.EXE version 7.10 which very definitely CAN produce
SSE2 code and if you need SSE3 instructions, you can download the macro
from Intel. Write the module in MASM and link it into you VC
application. You will of course have to prototype the masm module as an
EXTERN C but thats no big deal.

An external assembler module is a better choice as it does not
interfere with internal compiler optimisation.

Regards,

hutch at movsd dot com

.