Skip to content

Commit c297b33

Browse files
authored
Update x64-software-conventions.md
add code escape
1 parent cd52a17 commit c297b33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/x64-software-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ 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).
21+
For more information on the `__vectorcall` calling convention, see [`__vectorcall`](../cpp/vectorcall.md).
2222

2323
## Enable x64 compiler optimization
2424

0 commit comments

Comments
 (0)