Skip to content

Commit ef36c4d

Browse files
authored
Update x64-calling-convention.md (#4606)
Add link to `__vectorcall` documentation
1 parent 4f7bdce commit ef36c4d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build/x64-calling-convention.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ ms.date: 05/17/2022
77

88
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.
99

10+
For more information on the `__vectorcall` calling convention, see [__vectorcall](../cpp/vectorcall.md).
11+
1012
## Calling convention defaults
1113

1214
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

Comments
 (0)