blob: 7ef6a9711fce406918f63b20a862d1cfa773c33a [file] [log] [blame]
Dave Rodgmana55e12c2023-05-24 12:14:13 +01001Bugfix
Dave Rodgmana1f51c22023-05-24 13:02:18 +01002 * Fix armclang compilation error when targetting certain Arm M-class CPUs
Dave Rodgman1ae50ae2023-05-25 09:46:34 +01003 (Cortex-M0, Cortex-M0+, Cortex-M1, Cortex-M23, SecurCore SC000). Enable
4 bignum optimisations for most Arm platforms when compiling with -O0,
5 (previously optimisations were not available in this case). Fixes #1077.