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.
2 parents 5696898 + fa34894 commit 13ee7fbCopy full SHA for 13ee7fb
riscv-c-api.md
@@ -257,7 +257,7 @@ The compiler should emit error if the same type of attribute is specified more
257
than once. For example, `arch=+zbb;arch=+zba`, compiler should emit error
258
because `arch` has specified twice.
259
260
-The compiler should emit errof if target attribute has specified more than once.
+The compiler should emit error if target attribute has specified more than once.
261
For example,
262
`__attribute__((target("arch=+v"))) __attribute__((target("arch=+zbb"))) int foo(int a)`
263
, compiler should emit error because target attribute has specified twice.
0 commit comments