We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 826fc68 + 5778f87 commit 8501a1aCopy full SHA for 8501a1a
src/items/external-blocks.md
@@ -144,10 +144,6 @@ r[items.extern.abi.fastcall]
144
* `unsafe extern "fastcall"` -- The `fastcall` ABI -- corresponds to MSVC's
145
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
146
147
-r[items.extern.abi.vectorcall]
148
-* `unsafe extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's
149
- `__vectorcall` and clang's `__attribute__((vectorcall))`
150
-
151
r[items.extern.abi.thiscall]
152
* `unsafe extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
153
`__thiscall` and GCC and clang's `__attribute__((thiscall))`
0 commit comments