7500a0e1ea
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>
5 lines
207 B
Text
5 lines
207 B
Text
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.
|