Skip to content

Commit 5778f87

Browse files
committed
Remove unstable vectorcall
1 parent a79047d commit 5778f87

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/items/external-blocks.md

-4
Original file line numberDiff line numberDiff line change
@@ -144,10 +144,6 @@ r[items.extern.abi.fastcall]
144144
* `unsafe extern "fastcall"` -- The `fastcall` ABI -- corresponds to MSVC's
145145
`__fastcall` and GCC and clang's `__attribute__((fastcall))`
146146

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-
151147
r[items.extern.abi.thiscall]
152148
* `unsafe extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's
153149
`__thiscall` and GCC and clang's `__attribute__((thiscall))`

0 commit comments

Comments
 (0)