mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-06 07:10:41 +00:00
49bd1f2cb2
Signed-off-by: Dave Rodgman <dave.rodgman@gmail.com>
6 lines
312 B
Plaintext
6 lines
312 B
Plaintext
Bugfix
|
|
* 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.
|