From 49bd1f2cb2826d6f11588491e76e728fc5488ee4 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Fri, 2 Jun 2023 09:21:46 -0400 Subject: [PATCH] Fix spelling in Changelog Signed-off-by: Dave Rodgman --- ChangeLog.d/armclang-compile-fix.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ChangeLog.d/armclang-compile-fix.txt b/ChangeLog.d/armclang-compile-fix.txt index 7ef6a9711f..63c1eee02c 100644 --- a/ChangeLog.d/armclang-compile-fix.txt +++ b/ChangeLog.d/armclang-compile-fix.txt @@ -1,5 +1,5 @@ Bugfix - * Fix armclang compilation error when targetting certain Arm M-class CPUs + * Fix armclang compilation error when targeting certain Arm M-class CPUs (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, SecurCore SC000). Enable bignum optimisations for most Arm platforms when compiling with -O0, (previously optimisations were not available in this case). Fixes #1077.