Re: look at xmm registers in VS2003
- From: "hutch--" <spamtrap@xxxxxxxxxx>
- Date: 14 Dec 2005 14:55:09 -0800
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
.
- References:
- look at xmm registers in VS2003
- From: KennyC
- look at xmm registers in VS2003
- Prev by Date: Re: sin,cos math functions in assembly
- Next by Date: Re: Problem with SHL instruction
- Previous by thread: look at xmm registers in VS2003
- Index(es):