Skip to content

Commit 86981db

Browse files
Merge pull request #4605 from sigatrev/patch-3
Update x64-software-conventions.md
2 parents 844d1b8 + c297b33 commit 86981db

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/build/x64-software-conventions.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ Given the expanded register set, x64 uses the [__fastcall](../cpp/fastcall.md) c
1818

1919
The **`__fastcall`** convention uses registers for the first four arguments, and the stack frame to pass more arguments. For details on the x64 calling convention, including register usage, stack parameters, return values, and stack unwinding, see [x64 calling convention](x64-calling-convention.md).
2020

21+
For more information on the `__vectorcall` calling convention, see [`__vectorcall`](../cpp/vectorcall.md).
22+
2123
## Enable x64 compiler optimization
2224

2325
The following compiler option helps you optimize your application for x64:

0 commit comments

Comments
 (0)