Does masm32 support SSE?
I input ".SSE", but the link.exe said"Error".
I input ".SSE", but the link.exe said"Error".
firefly2k,
The MASM32 package uses ML v6.14 which supports SSE but not SSE2. ML v6.15 which supports SSE2 is included in the Visual C++ 6.0 Processor Pack. masmforum website
Like comrade said, use .XMM.
The MASM32 package uses ML v6.14 which supports SSE but not SSE2. ML v6.15 which supports SSE2 is included in the Visual C++ 6.0 Processor Pack. masmforum website
Like comrade said, use .XMM.