mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2025-01-26 21:35:35 +00:00
11c81df707
Add memory constraints to the aarch64 inline assembly in MULADDC_STOP. This fixes an issue where Clang 12 and 13 were generating non-functional code on aarch64 platforms. See #4962, #4943 for further details. Signed-off-by: David Horstmann <david.horstmann@arm.com>
5 lines
123 B
Plaintext
5 lines
123 B
Plaintext
Bugfix
|
|
* Add missing memory constraints in aarch64 inline assembly for
|
|
bignum multiplication.
|
|
Fixes #4962.
|