mirror of
https://github.com/yuzu-emu/mbedtls.git
synced 2024-11-30 05:54:23 +01:00
Combine changelog entries for muladdc assembly fix
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>
This commit is contained in:
parent
a23be22308
commit
27d8b5c680
@ -1,4 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Add missing memory constraints in aarch64 inline assembly for
|
|
||||||
bignum multiplication.
|
|
||||||
Fixes #4962.
|
|
@ -1,4 +0,0 @@
|
|||||||
Bugfix
|
|
||||||
* Fix missing constraints on x86_64 assembly code for bignum multiplication
|
|
||||||
that broke some bignum operations with (at least) Clang 12.
|
|
||||||
Fixes #4116, #4786, #4917.
|
|
5
ChangeLog.d/muladdc-memory.txt
Normal file
5
ChangeLog.d/muladdc-memory.txt
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
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.
|
Loading…
Reference in New Issue
Block a user