News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

MASM32 V10 and SSE2 does not work?

Started by mlc, February 28, 2009, 01:02:51 PM

Previous topic - Next topic

mlc

Hello,

I want to use SSE2 with MASM32. But I always get "Syntax error xmm". Is there a help/tut for SSE with MASM32?

PBrennick

Looks like a typo, the following will work:


        .486
        .mmx
        .xmm
        .model      flat,stdcall
        option      casemap:none


Paul
The GeneSys Project is available from:
The Repository or My crappy website

hutch--

To use SSE2 you will need a later version of ML.EXE. 6.15 you can get from Genesys, 8.0 and 9.0 you can get from Microsoft via the VC download.
Download site for MASM32      New MASM Forum
https://masm32.com          https://masm32.com/board/index.php

mlc

Thank you, I downloaded ml.exe 6.15 from Iczelion and now it works. :U