Dave Rodgman | a55e12c | 2023-05-24 12:14:13 +0100 | [diff] [blame] | 1 | Bugfix |
Dave Rodgman | a1f51c2 | 2023-05-24 13:02:18 +0100 | [diff] [blame] | 2 | * Fix armclang compilation error when targetting certain Arm M-class CPUs |
Dave Rodgman | 1ae50ae | 2023-05-25 09:46:34 +0100 | [diff] [blame] | 3 | (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. |