Fix spelling in Changelog

Signed-off-by: Dave Rodgman <dave.rodgman@gmail.com>
This commit is contained in:
Dave Rodgman 2023-06-02 09:21:46 -04:00
parent 3964fe0f5e
commit 49bd1f2cb2

View File

@ -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.