We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbe6a09 commit 1e899fdCopy full SHA for 1e899fd
src/doc/reference.md
@@ -1656,8 +1656,10 @@ There are also some platform-specific ABI strings:
1656
* `extern "stdcall"` -- The default for the Win32 API on x86\_32.
1657
* `extern "win64"` -- The default for C code on x86\_64 Windows.
1658
* `extern "aapcs"` -- The default for ARM.
1659
-* `extern "fastcall"`
1660
-* `extern "vectorcall"`
+* `extern "fastcall"` -- The `fastcall` ABI -- corresponds to MSVC's
+ `__fastcall` and GCC and clang's `__attribute__((fastcall))`
1661
+* `extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
1662
+ `__vectorcall` and clang's `__attribute__((vectorcall))`
1663
1664
Finally, there are some rustc-specific ABI strings:
1665
0 commit comments