mbedtls/ChangeLog.d/armclang-compile-fix.txt
Dave Rodgman 1ae50aebb9 Update Changelog
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
2023-05-25 09:46:34 +01:00

5 lines
313 B
Text

Bugfix
* Fix armclang compilation error when targetting 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.