assembler
Make inline asm in x64-bit projects.
99
votes
7 comments
-
Scott Bruno
commented
I'll add a vote to this one. @Ben and others, try to remember that just because you might not use something doesn't mean no one else can or will benefit from it.
-
anon
commented
Yes, bring back inline assembly. The beauty of c++ is the ability to have full control.
-
Roman
commented
But for C++ x64-projects inline asm needed 100%
-
Roman
commented
Good idea, for C# inline MSIL.
-
tf
commented
And for VB and C#: Add inline MSIL possible.
-
Roman
commented
In many cases I use inline asm,
for example, for some functions performance -
Ben Voigt [Visual C++ MVP] commented
I would prefer to see better documentation, Intellisense, and debugger support for SIMD intrinsics. Seriously, what would you use inline asm for?