Skip to content

Commit

Permalink
Merge pull request #1717 from ehuss/vectorcall
Browse files Browse the repository at this point in the history
Remove unstable vectorcall
  • Loading branch information
traviscross authored Jan 21, 2025
2 parents 826fc68 + 5778f87 commit 8501a1a
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/items/external-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))`
Expand Down

0 comments on commit 8501a1a

Please sign in to comment.