You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/build/x64-calling-convention.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,8 @@ ms.date: 05/17/2022
7
7
8
8
This section describes the standard processes and conventions that one function (the caller) uses to make calls into another function (the callee) in x64 code.
9
9
10
+
For more information on the `__vectorcall` calling convention, see [__vectorcall](../cpp/vectorcall.md).
11
+
10
12
## Calling convention defaults
11
13
12
14
The x64 Application Binary Interface (ABI) uses a four-register fast-call calling convention by default. Space is allocated on the call stack as a shadow store for callees to save those registers.
0 commit comments