From 1ae50aebb9811409963dc4ed71e63e03637d6ab7 Mon Sep 17 00:00:00 2001 From: Dave Rodgman Date: Thu, 25 May 2023 09:46:34 +0100 Subject: [PATCH] Update Changelog Signed-off-by: Dave Rodgman --- ChangeLog.d/armclang-compile-fix.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/ChangeLog.d/armclang-compile-fix.txt b/ChangeLog.d/armclang-compile-fix.txt index b1f070d433..7ef6a9711f 100644 --- a/ChangeLog.d/armclang-compile-fix.txt +++ b/ChangeLog.d/armclang-compile-fix.txt @@ -1,4 +1,5 @@ Bugfix * Fix armclang compilation error when targetting certain Arm M-class CPUs - (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, SecurCore SC000). - Fixes #1077. + (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.