インラインアセンブラ

Microsoft の 64-bit 環境向けコンパイラインラインアセンブラをサポートしなくなった.既存ソースの移植作業で注意.

In-line assembly code is not supported with the Microsoft C/C++ compiler and libraries so you have to put the assembly code into a separate MASM file. Compiler intrinsic functions are an alternative to assembly code, and are provided to implement most SSE and SSE2 instructions, in a manner that compiles seamlessly for both 32-bit and 64-bit targets.