Skip to content

Latest commit

 

History

History
55 lines (50 loc) · 1.2 KB

File metadata and controls

55 lines (50 loc) · 1.2 KB
title jitintrinsic | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-language
ms.tgt_pltfrm
ms.topic language-reference
f1_keywords
jitintrinsic
jitintrinsic_cpp
dev_langs
C++
helpviewer_keywords
__declspec keyword [C++], jitintrinsic
jitintrinsic __declspec modifier
ms.assetid 23dbe416-7ef6-442b-b16d-9a81aab04fa6
caps.latest.revision 8
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

jitintrinsic

Marks the function as significant to the 64-bit common language runtime. This is used on certain functions in Microsoft-provided libraries.

Syntax

__declspec(jitintrinsic)  

Remarks

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.

See Also

__declspec
Keywords