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

ASM intellisense in Visual Studio 2012 and above

ale_x_
Beginner
418 Views

Hi,

Is there an easy way to enhance Visual Studio 2012/2013 intellisense capability,

so intellisense can also work for Assembly instructions inside __asm { } block ?

ie

__asm {

  vpbroadcastd ymm0, cvariable

....

}

Kind Regards,

Ale

0 Kudos
1 Reply
Bernard
Valued Contributor I
418 Views

Try to ask that question on MSDN forums.

0 Kudos
Reply