We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aa930d commit cf54e25Copy full SHA for cf54e25
riscv-c-api.md
@@ -318,7 +318,14 @@ __attribute__((target("arch=+v"))) int foo(void) { return 0; }
318
__attribute__((target("arch=+zbb"))) int foo(void) { return 1; }
319
```
320
321
-### `__attribute__((riscv_vector_cc))`
+### riscv_vector_cc
322
+
323
+Supported Syntaxes:
324
+| Style | Syntax |
325
+| ------ | ----------------------------------- |
326
+| GNU | `__attribute__((riscv_vector_cc)))` |
327
+| C++11 | `[[riscv::vector_cc]]` |
328
+| C23 | `[[riscv::vector_cc]]` |
329
330
Functions declared with this attribute will use to the standard vector calling
331
convention variant as defined in the RISC-V psABI, even if the function has
0 commit comments