title | ms.custom | ms.date | ms.reviewer | ms.suite | ms.technology | ms.tgt_pltfrm | ms.topic | dev_langs | ms.assetid | caps.latest.revision | author | ms.author | manager | ||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Intrinsics and Inline Assembly | Microsoft Docs |
11/04/2016 |
|
article |
|
8affd4bb-279d-46f3-851f-8be0a9c5ed3f |
10 |
corob-msft |
corob |
ghogen |
One of the constraints for the [!INCLUDEvcprx64] compiler is to have no inline assembler support. This means that functions that cannot be written in C or C++ will either have to be written as subroutines or as intrinsic functions supported by the compiler. Certain functions are performance sensitive while others are not. Performance-sensitive functions should be implemented as intrinsic functions.
The intrinsics supported by the compiler are described in Compiler Intrinsics.