description | title | ms.date | f1_keywords | helpviewer_keywords | ms.assetid | ||||
---|---|---|---|---|---|---|---|---|---|
Learn more about: jitintrinsic |
jitintrinsic |
11/04/2016 |
|
|
23dbe416-7ef6-442b-b16d-9a81aab04fa6 |
Marks the function as significant to the 64-bit common language runtime. This is used on certain functions in Microsoft-provided libraries.
__declspec(jitintrinsic)
jitintrinsic
adds a MODOPT (xref:System.Runtime.CompilerServices.IsJitIntrinsic) to a function signature.
Users are discouraged from using this __declspec
modifier, as unexpected results can occur.