View Single Post
Old Apr 7th, 2006, 7:31 AM   #1
Klarre
Game engine designer
 
Klarre's Avatar
 
Join Date: May 2005
Location: Sweden
Posts: 313
Rep Power: 4 Klarre is on a distinguished road
Enable SSE for TASM v5.0 assembler

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
.xmm
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
Klarre is offline   Reply With Quote