We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02c2430 commit 1eb025cCopy full SHA for 1eb025c
1 file changed
main/acle.md
@@ -2839,7 +2839,7 @@ features (duplication of features is not allowed).
2839
2840
For example:
2841
``` c
2842
-__attribute__((target_clones("crc32", "aes+sha1")))
+__attribute__((target_clones("default", "crc32", "aes+sha1")))
2843
int foo(){..}
2844
```
2845
will produce these mangled names for C language: `foo.default`, `foo._Mcrc32`,
0 commit comments