From bbe7cb51ede937a7cb8ab195a6329b3eccd2c27f Mon Sep 17 00:00:00 2001 From: Alfie Richards Date: Fri, 7 Mar 2025 12:00:26 +0000 Subject: [PATCH] Update acle.md example This example was missed in previous changes and is wrong. --- main/acle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/acle.md b/main/acle.md index 4fb74bd4..cc840754 100644 --- a/main/acle.md +++ b/main/acle.md @@ -2807,7 +2807,7 @@ features (duplication of features is not allowed). For example: ``` c -__attribute__((target_clones("crc32", "aes+sha1"))) +__attribute__((target_clones("default", "crc32", "aes+sha1"))) int foo(){..} ``` will produce these mangled names for C language: `foo.default`, `foo._Mcrc32`,