mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-24 00:15:39 +01:00
27d8b5c680
Combine the changelog entries for the memory constraints fix on aarch64 and amd64, since these are essentially fixing the same issue. Signed-off-by: David Horstmann <david.horstmann@arm.com>
6 lines
207 B
Plaintext
6 lines
207 B
Plaintext
Bugfix
|
|
* Fix missing constraints on x86_64 and aarch64 assembly code
|
|
for bignum multiplication that broke some bignum operations with
|
|
(at least) Clang 12.
|
|
Fixes #4116, #4786, #4917, #4962.
|