Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7957 Discussions

pmovsxwd is not working with Intel C++ compiler

Uday_Krishna__G_
557 Views

Hi,

In my application am trying to use pmovsxwd assembly instruction in MSVC 2008 IDE with Intel C++ compiler. But the instruction not working properly as described in the instruction set guide. Did any one have any idea on this issue?

Weather MSVC 2008 IDE supports the SSE4.1 assembly instructions? If so How to enable SSE4.1 in MSVC?

 

0 Kudos
1 Solution
Bernard
Valued Contributor I
557 Views

The best option could be copying the latest version of ml.exe from the most recent revision of Visual Studio.

View solution in original post

0 Kudos
5 Replies
Uday_Krishna__G_
557 Views

Am using the MASM assembler with my application.

0 Kudos
Bernard
Valued Contributor I
557 Views

You probably have an old version of ml.exe assembler.

0 Kudos
Bernard
Valued Contributor I
558 Views

The best option could be copying the latest version of ml.exe from the most recent revision of Visual Studio.

0 Kudos
TimP
Honored Contributor III
557 Views

Surely VS2008 would support sse4.1 after application of service pack.

0 Kudos
Uday_Krishna__G_
557 Views

Thanks to all.

0 Kudos
Reply