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

pmovsxwd is not working with Intel C++ compiler

Uday_Krishna__G_
521 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
521 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_
521 Views

Am using the MASM assembler with my application.

0 Kudos
Bernard
Valued Contributor I
521 Views

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

0 Kudos
Bernard
Valued Contributor I
522 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
521 Views

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

0 Kudos
Uday_Krishna__G_
521 Views

Thanks to all.

0 Kudos
Reply