From 791cbb2f8c20220f516480bd47c4a28eaef21220 Mon Sep 17 00:00:00 2001 From: Alfie Richards Date: Mon, 6 Oct 2025 10:28:36 +0000 Subject: [PATCH 1/2] Remove FMV initialism. Write out Function multi-versioning instead. --- main/acle.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main/acle.md b/main/acle.md index 3b066e93..523b1156 100644 --- a/main/acle.md +++ b/main/acle.md @@ -2771,8 +2771,8 @@ The following attributes trigger the multi version code generation: * These attributes have no effect on the calling convention. * All versions must use the same calling convention. * If only the `default` version exist it should be linked directly. -* FMV might be disabled in compile time by a compiler flag. In this - case, the `default` version shall be used. +* Function Multi Versioning might be disabled in compile time by a compiler + flag. In this case, the `default` version shall be used. * All function versions must be declared at the same scope level. * The default version signature is the signature for calling the multiversioned functions. Therefore, a versioned function From 855a02c8a5e83edc0cdd68b0d4ff005ca3755cf3 Mon Sep 17 00:00:00 2001 From: Alfie Richards Date: Fri, 12 Dec 2025 12:54:10 +0000 Subject: [PATCH 2/2] Fix s/in/at/ suggested by Wilco --- main/acle.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/acle.md b/main/acle.md index 523b1156..073cc98b 100644 --- a/main/acle.md +++ b/main/acle.md @@ -2771,7 +2771,7 @@ The following attributes trigger the multi version code generation: * These attributes have no effect on the calling convention. * All versions must use the same calling convention. * If only the `default` version exist it should be linked directly. -* Function Multi Versioning might be disabled in compile time by a compiler +* Function Multi Versioning might be disabled at compile time by a compiler flag. In this case, the `default` version shall be used. * All function versions must be declared at the same scope level. * The default version signature is the signature for calling