I am currently working on an SSE math lib using MASM. But now I want to use it in another project written using TASM. Converting the code is not a problem though the syntax is very much the same. The problem is that I have not found how to enable SSE instructions in the TASM assembler. In MASM I just put
in the asm file header.
Is there anyone who now how to enable the SSE instructions in TASM v5.0?
Thanks alot for your help!
/Klarre