Skip to content

Commit 6cd17f4

Browse files
committed
Add vectorcall doc update for ARM64EC
1 parent b428e5a commit 6cd17f4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/cpp/vectorcall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Declare your functions explicitly with the **`__vectorcall`** keyword in header
3939

4040
A member function may be declared by using the **`__vectorcall`** specifier. The hidden **`this`** pointer is passed by register as the first integer type argument.
4141

42-
On ARM machines, **`__vectorcall`** is accepted and ignored by the compiler.
42+
On ARM machines, **`__vectorcall`** is accepted and ignored by the compiler. On ARM64EC, **`__vectorcall`** is unsupported and rejected by the compiler.
4343

4444
For non-static class member functions, if the function is defined out-of-line, the calling convention modifier does not have to be specified on the out-of-line definition. That is, for class non-static members, the calling convention specified during declaration is assumed at the point of definition. Given this class definition:
4545

0 commit comments

Comments
 (0)