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 fabd52a commit 659e1faCopy full SHA for 659e1fa
riscv-c-api.md
@@ -319,7 +319,7 @@ EXTENSION-NAME := Naming rule is defined in RISC-V ISA manual
319
For example, the following `foo` function will have three versions but share the same function signature.
320
321
```c
322
-__attribute__((target_clones("arch=+v", "default", "arch=rv64gc_zbb")))
+__attribute__((target_clones("arch=+v", "default", "arch=+zbb")))
323
int foo(int a)
324
{
325
return a + 5;
0 commit comments