From 5778f87f4522fbe0cabc46636ed044115e2e3650 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Mon, 20 Jan 2025 16:18:15 -0800 Subject: [PATCH] Remove unstable vectorcall --- src/items/external-blocks.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/items/external-blocks.md b/src/items/external-blocks.md index 1f224b14d..4e08bc17d 100644 --- a/src/items/external-blocks.md +++ b/src/items/external-blocks.md @@ -144,10 +144,6 @@ r[items.extern.abi.fastcall] * `unsafe extern "fastcall"` -- The `fastcall` ABI -- corresponds to MSVC's `__fastcall` and GCC and clang's `__attribute__((fastcall))` -r[items.extern.abi.vectorcall] -* `unsafe extern "vectorcall"` -- The `vectorcall` ABI -- corresponds to MSVC's - `__vectorcall` and clang's `__attribute__((vectorcall))` - r[items.extern.abi.thiscall] * `unsafe extern "thiscall"` -- The default for C++ member functions on MSVC -- corresponds to MSVC's `__thiscall` and GCC and clang's `__attribute__((thiscall))`