Skip to content

Commit cabf47a

Browse files
author
Colin Robertson
authored
Merge pull request #3854 from nbdd0121/patch-1
Clarify that `__vectorcall` is still decorated in x64
2 parents 0e0f257 + 6eb8b42 commit cabf47a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/build/reference/decorated-names.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The function and class names are encoded in the decorated name. The rest of the
4747

4848
## <a name="FormatC"></a> Format of a C decorated name
4949

50-
The form of decoration for a C function depends on the calling convention used in its declaration, as shown in the following table. This is also the decoration format that is used when C++ code is declared to have `extern "C"` linkage. The default calling convention is **`__cdecl`**. Note that in a 64-bit environment, functions are not decorated.
50+
The form of decoration for a C function depends on the calling convention used in its declaration, as shown in the following table. It's also the decoration format that's used when C++ code is declared to have `extern "C"` linkage. The default calling convention is **`__cdecl`**. In a 64-bit environment, C or `extern "C"` functions are only decorated when using the `__vectorcall` calling convention.
5151

5252
|Calling convention|Decoration|
5353
|------------------------|----------------|

0 commit comments

Comments
 (0)