Skip to content

Commit 1eb025c

Browse files
Update acle.md FMV example (#386)
This example was missed in previous change, needs to change as we no longer have the inferred default.
1 parent 02c2430 commit 1eb025c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

main/acle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2839,7 +2839,7 @@ features (duplication of features is not allowed).
28392839

28402840
For example:
28412841
``` c
2842-
__attribute__((target_clones("crc32", "aes+sha1")))
2842+
__attribute__((target_clones("default", "crc32", "aes+sha1")))
28432843
int foo(){..}
28442844
```
28452845
will produce these mangled names for C language: `foo.default`, `foo._Mcrc32`,

0 commit comments

Comments
 (0)