blob: 63c1eee02c747e6b1244bf18cedae5d030b512c7 [file] [log] [blame]
Dave Rodgmana55e12c2023-05-24 12:14:13 +01001Bugfix
Dave Rodgman49bd1f22023-06-02 09:21:46 -04002 * Fix armclang compilation error when targeting 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.