Skip to content

Commit cd52a17

Browse files
authored
Update x64-software-conventions.md
Add link to `__vectorcall` documentation
1 parent 4f7bdce commit cd52a17

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)