http://msdn.microsoft.com/ja-jp/library/26td21ds.aspx
MSDNが英文だけなので、要点だけ。
An intrinsic is often faster than the equivalent inline assembly, because
Intrinsics はしばしば同等のインラインアセンブラーより早いことがあるですと?
The intrinsics are required on 64-bit architectures where inline assembly is not supported.
おまけに、インラインアセンブラは64bit Architecture ではサポートされていない。
ヘッダーファイル: Intrin.h
#pragma intrinsic
または、
/Oi スイッチ
ということで、インラインアセンブラーの前に Intrinsics 。
コメントを残す